Add repo and bugtracker links in META
Andrew Rodland [Tue, 15 Feb 2011 20:34:34 +0000 (14:34 -0600)]
Makefile.PL

index 686297b..6939e2a 100644 (file)
@@ -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;