Perl: My CPAN mirror
You can use cpansite command
(from CPAN::Site module)
to access my local CPAN overlay and install these modules with ease.
Configure:
# cpan
cpan> install CPAN::Site
cpan> o conf urllist unshift http://powerman.name/download/CPAN/
cpan> o conf commit
Use:
# cpansite
cpan> install POWER::Utils
... etc ...