X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1077f48dcdb6198c433cc90d4153492c41a33979;hb=8516a2f454820d8aad0897f6bec7e37ecd94dcc0;hp=3911cb54f2204bb5b3a05bf1bffc7d54dd3858df;hpb=adbf9a6a145b389db67ba9683738d8540e68c43e;p=p5sagit%2FApp-FatPacker.git diff --git a/Makefile.PL b/Makefile.PL index 3911cb5..1077f48 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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', }, }, },