X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c96b972d37cb9c8d05d936cfff237f43f54b14b0;hb=HEAD;hp=4efd997ebec82a6d3b93b6c9d367912a604dc05e;hpb=6457c6f4b93323101e89134fcc54b06cece7d4bd;p=p5sagit%2FDevel-GlobalDestruction.git diff --git a/Makefile.PL b/Makefile.PL index 4efd997..c96b972 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,6 +3,7 @@ use warnings FATAL => 'all'; use 5.006; use lib 'inc'; use ExtUtils::HasCompiler qw(can_compile_loadable_object); +use ExtUtils::MakeMaker; my %META = ( name => 'Devel-GlobalDestruction', @@ -10,7 +11,6 @@ my %META = ( prereqs => { configure => { requires => { 'ExtUtils::MakeMaker' => 0, - 'ExtUtils::CBuilder' => 0.27, } }, runtime => { requires => {