X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d0674514261850feac133a7f5bd1bf48043fb1e0;hb=163f162c011a79860caafe94403857ad08200825;hp=686297b193f5e05df87c28c60ee211d1b70bc8f1;hpb=135193f4d788916c723ab46c2800a99ad08fe33e;p=p5sagit%2Flocal-lib.git diff --git a/Makefile.PL b/Makefile.PL index 686297b..d067451 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -251,4 +251,10 @@ END auto_install; } chdir($cwd); +resources( + # r/w: p5sagit@git.shadowcat.co.uk:local-lib.git + repository => 'git://git.shadowcat.co.uk/p5sagit/local-lib.git', + homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/local-lib.git', + bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=local-lib', +); WriteAll;