From: apeiron Date: Tue, 1 Dec 2009 18:50:14 +0000 (+0000) Subject: bump CPAN.pm requirement to work around error reported by jjore X-Git-Tag: 1.006009~52 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=3ad27499f4d492bfa015d6553e4754b6b165b8e4 bump CPAN.pm requirement to work around error reported by jjore git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@8007 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/Changes b/Changes index ae6891c..289e186 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/Makefile.PL b/Makefile.PL index ad1ad46..968e75b 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.80', '-e1'); + system($^X, '-MCPAN 1.81', '-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.80'; +my $required_CPAN = '1.81'; requires 'CPAN' => $required_CPAN; # sudo support + CPAN::HandleConfig # No, really. See