X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=18aa8aff188a46dbec3c86e629fc2bcbc13f84e2;hb=ed1c67db6e74083c289ee2ba443f7467bd6e691d;hp=56e1faf511fac11e52716d7d8558ad166f1f5db1;hpb=6f591bc33cf612791a6033c2ddde4c267d41421b;p=p5sagit%2FApp-FatPacker.git diff --git a/Makefile.PL b/Makefile.PL index 56e1faf..18aa8af 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,6 +34,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', }, }, },