From perldoc CPAN:

CONFIGURATION
     When the CPAN module is installed, a site wide configuration file is
     created as CPAN/Config.pm. The default values defined there can be
     overridden in another configuration file: CPAN/MyConfig.pm. You can
     store this file in $HOME/.cpan/CPAN/MyConfig.pm if you want, because
     $HOME/.cpan is added to the search path of the CPAN module before the
     use() or require() statements.

So, simply delete (or rename) the file (that's the one in 
c:\perl\lib\CPAN\Config.pm _not_ c:\perl\lib\Config.pm) and then run 
`perl -MCPAN -e shell;` to reinitialize the file.

-- 
   Simon Oliver

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to