And bump it again to 1.82 for an M::I API issue.
apeiron [Tue, 1 Dec 2009 19:49:48 +0000 (19:49 +0000)]
git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@8008 bd8105ee-0ff8-0310-8827-fb3f25b6796d

Changes
Makefile.PL

diff --git a/Changes b/Changes
index 289e186..78af249 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for local::lib
 
+        - Require CPAN-1.82 because Module::AutoInstall uses an API only
+          available here
         - Require CPAN-1.81 because 1.80 threw the error "Can't locate
           CPAN/HandleConfig.pm"
         - Fix warning if your $ENV{PERL5LIB} is undef
index 968e75b..acb2ffb 100644 (file)
@@ -53,7 +53,7 @@ DEATH
     system($^X, '-MExtUtils::Install 1.43', '-e1');
     my $eui = $? >> 8;
 
-    system($^X, '-MCPAN 1.81', '-e1');
+    system($^X, '-MCPAN 1.82', '-e1');
     my $cpan = $? >> 8;
     my $cpan_command = '';
 
@@ -127,7 +127,7 @@ requires 'ExtUtils::Install' => '1.43'; # ditto
 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.81';
+my $required_CPAN = '1.82';
 requires 'CPAN' => $required_CPAN; # sudo support + CPAN::HandleConfig
 
 # No, really. See