Tag Archives: Cpan

batch install Perl modules

autobundle install …

Posted in Perl | Tagged , | Leave a comment

Auto installing perl modules depent on other modules with cpan program

cpan o conf prerequisites_policy follow o conf commit exit

or

$ export PERL_MM_USE_DEFAULT=1 $ cpan -i …

Posted in Linux, Perl | Tagged , | Leave a comment

Ubuntu Linux 7.10 CPAN tips

When upgrade CPAN module in Ubuntu Linux 7.10, a problem occured: can not install new version CPAN. Sulotion:

install CPAN look cpan make make test make install exit

Posted in Perl | Tagged , , | Leave a comment