From: Karen Etheridge Date: Thu, 12 Jul 2012 19:59:12 +0000 (-0700) Subject: metadata for repository location X-Git-Tag: v1.001005~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f5db57fc502ce8c23c2f4515bb59d187145c697;p=gitmo%2FRole-Tiny.git metadata for repository location --- diff --git a/Makefile.PL b/Makefile.PL index 6be1ce8..d64aaa7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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', + }, + }, + );