From: apeiron Date: Tue, 1 Dec 2009 19:49:48 +0000 (+0000) Subject: And bump it again to 1.82 for an M::I API issue. X-Git-Tag: 1.006009~51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=d2185901086d0c8c4f171f3b70f1715517b6f2e2 And bump it again to 1.82 for an M::I API issue. git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@8008 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/Changes b/Changes index 289e186..78af249 100644 --- 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 diff --git a/Makefile.PL b/Makefile.PL index 968e75b..acb2ffb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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