***** * * Install required packages. Example syntax: * * perl -MCPAN -we 'install "Net::FTP"' * ***** ----- Other useful examples: -----" To reconfigure CPAN settings: o conf init" To push through the values needed for the custom install: o conf makepl_arg "LIB=$HTEXPORT_HOME/cpan-installed/lib \ INSTALLSITEMAN1DIR=$HTEXPORT_HOME/cpan-installed/man/man1 \ INSTALLSITEMAN3DIR=$HTEXPORT_HOME/cpan-installed/man/man3" o conf make_install_arg UNINST=0 o conf commit To do a Forced install: perl -MCPAN -e "CPAN::Shell->force(qw(install IO::Socket::SSL));