Perl: My CPAN mirror
Most of my modules doesn't uploaded to CPAN because of naming issues
(top-level POWER:: package). You can install these modules using my local
CPAN overlay:
# cpan
cpan> o conf urllist unshift http://powerman.name/download/CPAN/
cpan> o conf commit
Use:
# cpan
cpan> install POWER::Utils
... etc ...