X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6939e2ada1f06fc91f73f713f5cb36c17fe13d87;hb=5a98906e00669a6aed56e8a866b7957d935a0666;hp=686297b193f5e05df87c28c60ee211d1b70bc8f1;hpb=135193f4d788916c723ab46c2800a99ad08fe33e;p=p5sagit%2Flocal-lib.git diff --git a/Makefile.PL b/Makefile.PL index 686297b..6939e2a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -251,4 +251,9 @@ END auto_install; } chdir($cwd); +resources( + 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;