X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=f63558a1de25b31c76d895af40dd734493f879f7;hb=2de6023fa2446e62f0c0e1cf29f6b6086a751cf2;hp=e0dfa268ca9ddddc305cd22c93a5a198c6d770cc;hpb=9a61995ce2328a552bef92020fb2e7b51513639d;p=p5sagit%2FApp-FatPacker.git diff --git a/Makefile.PL b/Makefile.PL index e0dfa26..f63558a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,6 +4,8 @@ use inc::Module::Install 0.93; all_from('lib/App/FatPacker.pm'); +requires 'File::Path' => 2.07; # required for make_path/remove_tree + install_script('bin/fatpack'); WriteAll;