X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f45c791a717ea9e7ac9b99ee92378241ea12a8a3;hb=27d3952a8cca8fbb864649cfbbed50a95b5d4530;hp=9b4d0e1b7334b0326d66e1096ea6b1010bd3650c;hpb=f2af37cdc0cba13d4e828c743f1be9e7c50a4214;p=p5sagit%2FApp-FatPacker.git diff --git a/Makefile.PL b/Makefile.PL index 9b4d0e1..f45c791 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,6 +14,7 @@ WriteMakefile( META_MERGE => { 'meta-spec' => { version => '2' }, + dynamic_config => 0, resources => { # r/w: p5sagit@git.shadowcat.co.uk:App-FatPacker.git repository => { @@ -27,6 +28,7 @@ WriteMakefile( }, }, requires => { + # B::perlstring was added in B 1.01 (perl 5.8.0) perl => '5.008000', }, },