From: Andrew Rodland Date: Tue, 15 Feb 2011 20:34:34 +0000 (-0600) Subject: Add repo and bugtracker links in META X-Git-Tag: 1.008004~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=d430f53809a564fc3d27394697461527d9c50db6 Add repo and bugtracker links in META --- 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;