add git repository metadata
Karen Etheridge [Sat, 22 Dec 2012 08:22:28 +0000 (00:22 -0800)]
Makefile.PL

index 6330b32..8cc8648 100644 (file)
@@ -17,4 +17,12 @@ WriteMakefile(
     'version'     => 0.87,
     'warnings'    => 0,
   },
+  META_MERGE => {
+    dynamic_config => 0,
+    resources => {
+      # r/w: p5sagit@git.shadowcat.co.uk:Module-Metadata.git
+      repository => 'git://git.shadowcat.co.uk/p5sagit/Module-Metadata.git',
+      homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Module-Metadata.git',
+    },
+  },
 );