X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c96b972d37cb9c8d05d936cfff237f43f54b14b0;hb=b0f2b6abb8279fab7a995b02d0f21c2d3471b8d1;hp=e62347b13fed9b255d3d66d1dddd31c9475c1a5a;hpb=caf20b647fe3598165760d19b4feec0c7712d914;p=p5sagit%2FDevel-GlobalDestruction.git diff --git a/Makefile.PL b/Makefile.PL index e62347b..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 => { @@ -76,7 +76,7 @@ pure_site_install :: ## BOILERPLATE ############################################################### require ExtUtils::MakeMaker; -(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; +(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; # have to do this since old EUMM dev releases miss the eval $VERSION line my $eumm_version = eval $ExtUtils::MakeMaker::VERSION;