in reply to Re^2: Problem with my CPAN module
in thread Problem with my CPAN module
The easiest way to reconfigure just one thing is to know its name and to change that from within cpan:
cpan> o conf foo bar
The conf command lists all configuration items:
cpan> o conf
If you don't find things there, another way is to edit CPAN/Config.pm and to change the values there.
|
|---|