X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=e0dfa268ca9ddddc305cd22c93a5a198c6d770cc;hb=9a61995ce2328a552bef92020fb2e7b51513639d;hp=50d1c5c1aa89ea3431e6a217b72d9822b6ba452a;hpb=fd50eab621a6b4c1ccb1de5eb617c0ca48d6126a;p=p5sagit%2FApp-FatPacker.git diff --git a/Makefile.PL b/Makefile.PL index 50d1c5c..e0dfa26 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1 +1,9 @@ -use inc::Distar; +use strict; +use warnings FATAL => 'all'; +use inc::Module::Install 0.93; + +all_from('lib/App/FatPacker.pm'); + +install_script('bin/fatpack'); + +WriteAll;