Posts Tagged ‘module’

Add an URL in Perl CPAN module mirror list

Friday, January 23rd, 2009

[code]
perl -MCPAN -e shell

o conf urllist push ftp://ftp-mirror.internap.com/pub/CPAN/
o conf commit

[/code]