I'd like to change my CPAN config - by CPAN I mean the cpan utility you can use to automatically install modules from The problem is when I do
perl -MCPAN -e shell
cpan> install Some::Module
it goes through each of my selected mirror sites, first trying to use LWP to download the file, and then trying Net::FTP - and when it's gone through the whole list of sites trying those 2 options, only then will it start going through the list of sites again using "ncftpget". Probably because of some corporate firewall stuff, ncftpget is the only option that works. Is there a way to change my CPAN config file so that cpan will only try ncftpget? Trying LWP and Net::FTP wastes a lot of time.
Thanks. Hardy Merrill
perl -MCPAN -e shell
cpan> install Some::Module
it goes through each of my selected mirror sites, first trying to use LWP to download the file, and then trying Net::FTP - and when it's gone through the whole list of sites trying those 2 options, only then will it start going through the list of sites again using "ncftpget". Probably because of some corporate firewall stuff, ncftpget is the only option that works. Is there a way to change my CPAN config file so that cpan will only try ncftpget? Trying LWP and Net::FTP wastes a lot of time.
Thanks. Hardy Merrill