From: Karen Etheridge Date: Sun, 9 Sep 2012 16:54:44 +0000 (-0700) Subject: include git webpage; also include r/w remote spec in comments for contributors X-Git-Tag: v0.009010~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=d04938c546a686e5330b76e2874d4555d9bfcc4e include git webpage; also include r/w remote spec in comments for contributors --- diff --git a/Makefile.PL b/Makefile.PL index 4277a81..3797a6d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,7 +7,9 @@ all_from('lib/App/FatPacker.pm'); 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;