From: Karen Etheridge Date: Thu, 12 Jul 2012 22:19:18 +0000 (-0700) Subject: repository metadata X-Git-Tag: v1.004001~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de11188594b276bfcad8652d12a97ee6b195a7f3;p=p5sagit%2Fstrictures.git repository metadata --- diff --git a/Makefile.PL b/Makefile.PL index 7d5ab73..2704d2b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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', + }, + }, );