[Bast-commits] r8007 - local-lib/1.000/trunk

apeiron at dev.catalyst.perl.org apeiron at dev.catalyst.perl.org
Tue Dec 1 18:50:15 GMT 2009


Author: apeiron
Date: 2009-12-01 18:50:14 +0000 (Tue, 01 Dec 2009)
New Revision: 8007

Modified:
   local-lib/1.000/trunk/Changes
   local-lib/1.000/trunk/Makefile.PL
Log:
bump CPAN.pm requirement to work around error reported by jjore

Modified: local-lib/1.000/trunk/Changes
===================================================================
--- local-lib/1.000/trunk/Changes	2009-12-01 10:59:18 UTC (rev 8006)
+++ local-lib/1.000/trunk/Changes	2009-12-01 18:50:14 UTC (rev 8007)
@@ -1,5 +1,7 @@
 Revision history for local::lib
 
+        - Require CPAN-1.81 because 1.80 threw the error "Can't locate
+          CPAN/HandleConfig.pm"
         - Fix warning if your $ENV{PERL5LIB} is undef
 
 1.004008 2009-10-13

Modified: local-lib/1.000/trunk/Makefile.PL
===================================================================
--- local-lib/1.000/trunk/Makefile.PL	2009-12-01 10:59:18 UTC (rev 8006)
+++ local-lib/1.000/trunk/Makefile.PL	2009-12-01 18:50:14 UTC (rev 8007)
@@ -53,7 +53,7 @@
     system($^X, '-MExtUtils::Install 1.43', '-e1');
     my $eui = $? >> 8;
 
-    system($^X, '-MCPAN 1.80', '-e1');
+    system($^X, '-MCPAN 1.81', '-e1');
     my $cpan = $? >> 8;
     my $cpan_command = '';
 
@@ -127,7 +127,7 @@
 requires 'ExtUtils::CBuilder'; # this and ParseXS are needed for MB C_support
 requires 'ExtUtils::ParseXS';
 requires 'Module::Build' => '0.28'; # lib -> lib/perl5 change
-my $required_CPAN = '1.80';
+my $required_CPAN = '1.81';
 requires 'CPAN' => $required_CPAN; # sudo support + CPAN::HandleConfig
 
 # No, really. See




More information about the Bast-commits mailing list