yea, I edited that file directly, however, each time I execute 'perl
-MCPAN -e shell' it forces manual configuration.
Here is the Config.pm file:
$CPAN::Config = {
'build_cache' => q[10],
'build_dir' => q[/var/spool/cpan/build],
'cache_metadata' => q[1],
'cpan_home' => q[/var/spool/cpan],
'ftp' => q[ ],
'ftp_proxy' => q[ ],
'getcwd' => q[cwd],
'gpg' => q[/usr/bin/gpg],
'gzip' => q[/bin/gzip],
'histfile' => q[/var/spool/cpan/histfile],
'histsize' => q[100],
'http_proxy' => q[
http://www-proxy.us.oracle.com:80/],
'inactivity_timeout' => q[0],
'index_expire' => q[1],
'inhibit_startup_message' => q[0],
'keep_source_where' => q[/var/spool/cpan/sources],
'lynx' => q[/usr/bin/lynx],
'make' => q[/usr/bin/make],
'make_arg' => q[],
'make_install_arg' => q[UNINST=1],
'makepl_arg' => q[],
'ncftp' => q[ ],
'ncftpget' => q[ ],
'no_proxy' => q[],
'pager' => q[/usr/bin/less],
'prerequisites_policy' => q[follow],
'proxy_user' => q[],
'scan_cache' => q[atstart],
'shell' => q[/bin/bash],
'tar' => q[/bin/tar],
'term_is_latin' => q[1],
'unzip' => q[/usr/bin/unzip],
'urllist' => [q[
http://www.perl.com/CPAN/],
q[
http://cpan.belfry.net/], q[
http://www.binarycode.org/cpan]],
'wget' => q[/usr/local/git/bin/wget],
};
1;
__END__
Thx,
CC