How to reconfigure Perl's CPAN module
If you need to change any of the configuration options that were set when the CPAN is first run you can do the following:First run the CPAN module in shell mode:
perl -MCPAN -eshell
Then reconfigure by issuing:
o conf init
Last updated: 04/08/2007