in reply to One liner to config cpan to install all dependencies automatically along with temp modules?

?node_id=3989;HIT=cpan%20prompt;re=N
How to install module with CPANPLUS without prompting?
Getting CPAN.pm to accept Makefile.PL prompts
How to skip the prompt fot configuring CPAN.
export PERL_MM_USE_DEFAULT=1 export PERL5LIB=/home/user/stuff/lib/perl5 export PERL_MB_OPT=--install_base /home/user/stuff export PERL_MM_OPT=INSTALL_BASE=/home/user/stuff cpan -fi Module Module Module Module Module Module
App::cpanminus/cpanm
  • Comment on Re: One liner to config cpan to install all dependencies automatically along with temp modules?
  • Download Code