Heh...I could get used to this new found skill!
I downloaded MyConfig.pm to my PC and this is what it said..
$CPAN::Config = {
'build_cache' => q[10],
'build_dir' => q[/home/audio/.cpan/build],
'cpan_home' => q[/home/audio/.cpan],
'ftp' => q[/usr/bin/ftp],
'ftp_proxy' => q[],
'getcwd' => q[cwd],
'gzip' => q[/usr/bin/gzip],
'http_proxy' => q[],
'inactivity_timeout' => q[0],
'index_expire' => q[1],
'inhibit_startup_message' => q[0],
'keep_source_where' => q[/home/audio/.cpan/sources],
'lynx' => q[/usr/bin/lynx],
'make' => q[/usr/bin/make],
'make_arg' => q[],
'make_install_arg' => q[],
'makepl_arg' => q[],
'ncftp' => q[/usr/bin/ncftp],
'no_proxy' => q[],
'pager' => q[/usr/bin/less],
'shell' => q[/bin/bash],
'tar' => q[/bin/tar],
'unzip' => q[/bin/unzip],
'urllist' => [q[http://www.cpan.com]],
'wait_list' => [q[wait://ls6.informatik.uni-dortmund.de:1404]],
};
1;
__END__
The problem was cpan.com......it should be cpan.org
Paul Wilson.
(Dont blame me if I'm wrong!)
I downloaded MyConfig.pm to my PC and this is what it said..
$CPAN::Config = {
'build_cache' => q[10],
'build_dir' => q[/home/audio/.cpan/build],
'cpan_home' => q[/home/audio/.cpan],
'ftp' => q[/usr/bin/ftp],
'ftp_proxy' => q[],
'getcwd' => q[cwd],
'gzip' => q[/usr/bin/gzip],
'http_proxy' => q[],
'inactivity_timeout' => q[0],
'index_expire' => q[1],
'inhibit_startup_message' => q[0],
'keep_source_where' => q[/home/audio/.cpan/sources],
'lynx' => q[/usr/bin/lynx],
'make' => q[/usr/bin/make],
'make_arg' => q[],
'make_install_arg' => q[],
'makepl_arg' => q[],
'ncftp' => q[/usr/bin/ncftp],
'no_proxy' => q[],
'pager' => q[/usr/bin/less],
'shell' => q[/bin/bash],
'tar' => q[/bin/tar],
'unzip' => q[/bin/unzip],
'urllist' => [q[http://www.cpan.com]],
'wait_list' => [q[wait://ls6.informatik.uni-dortmund.de:1404]],
};
1;
__END__
The problem was cpan.com......it should be cpan.org
Paul Wilson.

(Dont blame me if I'm wrong!)