X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=e0dfa268ca9ddddc305cd22c93a5a198c6d770cc;hb=ac04cb12844d59c4ea810a2413c0f657fb71299e;hp=50d1c5c1aa89ea3431e6a217b72d9822b6ba452a;hpb=48af19392722b81e946c81bfaa558c1300a13c6e;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;