X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=4277a812042934f938e6c7ab8cf905439f96e6c6;hb=b079df6c417e2e015eb7f9625b514a2d9edacc3f;hp=50d1c5c1aa89ea3431e6a217b72d9822b6ba452a;hpb=48af19392722b81e946c81bfaa558c1300a13c6e;p=p5sagit%2FApp-FatPacker.git diff --git a/Makefile.PL b/Makefile.PL index 50d1c5c..4277a81 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1 +1,13 @@ -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'); + +resources( + repository => "git://git.shadowcat.co.uk/p5sagit/App-FatPacker.git", +); + +WriteAll;