X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=acb2ffb34bc2bd59905b013d8b75b3ad6f2a0ae5;hb=4f9db5b432f6e19df7c489bb05c4d1cfcca978a2;hp=ad1ad46ab37f9bd8688852fc1a3899a74c86d954;hpb=b9c94c15ba77150eb2a84b5d89cdd508d9ac508e;p=p5sagit%2Flocal-lib.git diff --git a/Makefile.PL b/Makefile.PL index ad1ad46..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.80', '-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.80'; +my $required_CPAN = '1.82'; requires 'CPAN' => $required_CPAN; # sudo support + CPAN::HandleConfig # No, really. See