X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=4277a812042934f938e6c7ab8cf905439f96e6c6;hb=25ed65974d20941225a9b6d50ca0fa00788dc73a;hp=f63558a1de25b31c76d895af40dd734493f879f7;hpb=453d9fe68279ec9a803e111c80bf3324be34a369;p=p5sagit%2FApp-FatPacker.git diff --git a/Makefile.PL b/Makefile.PL index f63558a..4277a81 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,8 +4,10 @@ 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'); +resources( + repository => "git://git.shadowcat.co.uk/p5sagit/App-FatPacker.git", +); + WriteAll;