repository metadata
Karen Etheridge [Thu, 12 Jul 2012 22:19:18 +0000 (15:19 -0700)]
Makefile.PL

index 7d5ab73..2704d2b 100644 (file)
@@ -7,4 +7,11 @@ use ExtUtils::MakeMaker;
 WriteMakefile(
   NAME => 'strictures',
   VERSION_FROM => 'lib/strictures.pm',
+
+  META_ADD => {
+    resources => {
+      # r/w: p5sagit@git.shadowcat.co.uk:strictures.git
+      repository => 'git://git.shadowcat.co.uk/p5sagit/strictures.git',
+    },
+  },
 );