X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c4a97d8272478f41ca220c8638a88c3518d2e0ca;hb=master;hp=3911cb54f2204bb5b3a05bf1bffc7d54dd3858df;hpb=adbf9a6a145b389db67ba9683738d8540e68c43e;p=p5sagit%2FApp-FatPacker.git diff --git a/Makefile.PL b/Makefile.PL index 3911cb5..c4a97d8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,7 +4,7 @@ use ExtUtils::MakeMaker; use 5.008000; -(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; +(do './maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; WriteMakefile( NAME => 'App::FatPacker', @@ -17,7 +17,6 @@ WriteMakefile( META_MERGE => { 'meta-spec' => { version => '2' }, dynamic_config => 0, - x_static_install => 1, resources => { # r/w: p5sagit@git.shadowcat.co.uk:App-FatPacker.git repository => { @@ -50,7 +49,7 @@ WriteMakefile( 'File::Basename' => '0', 'File::Spec' => '0', 'File::Temp' => '0', - 'Test::More' => '0', + 'Test::More' => '0.82', }, }, },