X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3797a6da6e9efab18a5279d753450c07c8e1eeb1;hb=bb49414d002fe7f1b61e57f961ebb6d1b246814d;hp=f63558a1de25b31c76d895af40dd734493f879f7;hpb=453d9fe68279ec9a803e111c80bf3324be34a369;p=p5sagit%2FApp-FatPacker.git diff --git a/Makefile.PL b/Makefile.PL index f63558a..3797a6d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,8 +4,12 @@ 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( + # r/w: p5sagit@git.shadowcat.co.uk:App-FatPacker.git + repository => "git://git.shadowcat.co.uk/p5sagit/App-FatPacker.git", + homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/App-FatPacker.git', +); + WriteAll;