metadata for repository location
Karen Etheridge [Thu, 12 Jul 2012 19:59:12 +0000 (12:59 -0700)]
Makefile.PL

index 6be1ce8..d64aaa7 100644 (file)
@@ -20,4 +20,12 @@ WriteMakefile(
     ($mymeta_works ? () : (%BUILD_DEPS)),
   },
   $mymeta_works ? (BUILD_REQUIRES => \%BUILD_DEPS) : (),
+
+  META_ADD => {
+    resources => {
+      # r/w: gitmo@git.shadowcat.co.uk:Role-Tiny.git
+      repository => 'git://git.shadowcat.co.uk/Role-Tiny.git',
+    },
+  },
+
 );