X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=4277a812042934f938e6c7ab8cf905439f96e6c6;hb=25ed65974d20941225a9b6d50ca0fa00788dc73a;hp=e0dfa268ca9ddddc305cd22c93a5a198c6d770cc;hpb=9a61995ce2328a552bef92020fb2e7b51513639d;p=p5sagit%2FApp-FatPacker.git diff --git a/Makefile.PL b/Makefile.PL index e0dfa26..4277a81 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,4 +6,8 @@ all_from('lib/App/FatPacker.pm'); install_script('bin/fatpack'); +resources( + repository => "git://git.shadowcat.co.uk/p5sagit/App-FatPacker.git", +); + WriteAll;