If PERL_LOCAL_LIB_ROOT is already set, add ourselves to the end
[p5sagit/local-lib.git] / 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;