f177b5043f
CPAN++ (also referred to and pronounced as CPANPLUS) is a new and flexible method of perl module management and installation using the Comprehensive Perl Archive Network (CPAN). It aims to be a rewrite, and in time a replacement to the current CPAN.pm. In addition to fixing some long-standing problems, CPAN++ includes new features, such as module uninstall. Note: CPANPLUS will become a part of core in perl 5.10 PR: 77012 Submitted by: Alex Kapranoff <kappa@rambler-co.ru>
26 lines
1.4 KiB
Text
26 lines
1.4 KiB
Text
--- lib/CPANPLUS/Config.pm-orig.orig Sat Feb 12 01:06:15 2005
|
|
+++ lib/CPANPLUS/Config.pm-orig Sat Feb 12 01:06:32 2005
|
|
@@ -29,6 +29,11 @@
|
|
'hosts' => [
|
|
{
|
|
'scheme' => 'ftp',
|
|
+ 'path' => '/pub/languages/perl/CPAN/',
|
|
+ 'host' => 'ftp.funet.fi'
|
|
+ },
|
|
+ {
|
|
+ 'scheme' => 'ftp',
|
|
'path' => '/pub/CPAN/',
|
|
'host' => 'ftp.cpan.org'
|
|
},
|
|
@@ -47,11 +52,6 @@
|
|
'path' => '/pub/CPAN/',
|
|
'host' => 'cpan.valueclick.com'
|
|
},
|
|
- {
|
|
- 'scheme' => 'ftp',
|
|
- 'path' => '/pub/languages/perl/CPAN/',
|
|
- 'host' => 'ftp.funet.fi'
|
|
- }
|
|
],
|
|
'timeout' => 300,
|
|
'verbose' => 0,
|