X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3911cb54f2204bb5b3a05bf1bffc7d54dd3858df;hb=adbf9a6a145b389db67ba9683738d8540e68c43e;hp=56e1faf511fac11e52716d7d8558ad166f1f5db1;hpb=6f591bc33cf612791a6033c2ddde4c267d41421b;p=p5sagit%2FApp-FatPacker.git diff --git a/Makefile.PL b/Makefile.PL index 56e1faf..3911cb5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,6 +17,7 @@ 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 => { @@ -34,6 +35,22 @@ WriteMakefile( requires => { # B::perlstring was added in B 1.01 (perl 5.8.0) perl => '5.008000', + 'B' => '1.01', + 'Cwd' => '0', + 'File::Copy' => '0', + 'File::Find' => '0', + 'File::Path' => '0', + 'File::Spec::Functions' => '0', + 'File::Spec::Unix' => '0', + 'Getopt::Long' => '0', + }, + }, + test => { + requires => { + 'File::Basename' => '0', + 'File::Spec' => '0', + 'File::Temp' => '0', + 'Test::More' => '0', }, }, },