X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=acb2ffb34bc2bd59905b013d8b75b3ad6f2a0ae5;hb=2b0c5513e9218be51166d1c56e9f60b2cdf55d29;hp=968e75b9728df8cec094854cb1af34225792fbe4;hpb=3ad27499f4d492bfa015d6553e4754b6b165b8e4;p=p5sagit%2Flocal-lib.git 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