X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FPackage-Variant.git;a=blobdiff_plain;f=Makefile.PL;h=9dda482833a93ea4dc2c886e7dae265ea3603248;hp=566e77149ccfb1c8caf5331ede15f76f407d942a;hb=master;hpb=f11ad9c91fdc553f1b814e4636861e75eb1ebd7d diff --git a/Makefile.PL b/Makefile.PL index 566e771..9dda482 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,7 +9,7 @@ my %META = ( }, }, runtime => { requires => { 'perl' => '5.006', - 'strictures' => '1.000000', + 'strictures' => '2.000000', 'Carp' => '0', 'Import::Into' => '1.000000', 'Module::Runtime' => '0.013', @@ -35,7 +35,7 @@ my %MM_ARGS = (); ## 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;