hotfix CPAN.pm to force only ftp URLs
authorDavid Golden <dagolden@cpan.org>
Mon, 21 Dec 2009 03:38:26 +0000 (22:38 -0500)
committerDavid Golden <dagolden@cpan.org>
Mon, 21 Dec 2009 03:38:26 +0000 (22:38 -0500)
commit0100440d3c83cbbd0295cecf65f71318c7bebf25
treed723d6e13cdc0e53b53abe7f5110ffd0739d1686
parent295f7fb33b9b51d201278d98cb356b6fc8c2baf3
hotfix CPAN.pm to force only ftp URLs

CPAN::FTP has problems with curl and other command line
programs.  Having mirror autoconfig prefer http URLs was
triggering these bugs for any bootstrap installation without
LWP.

This hotfix forces only ftp URLs from autoconfig which
hides the problem for now until CPAN::FTP can be fixed
upstream.
cpan/CPAN/lib/CPAN/FirstTime.pm
cpan/CPAN/lib/CPAN/Mirrors.pm