From: Karen Etheridge Date: Sat, 22 Dec 2012 08:22:28 +0000 (-0800) Subject: add git repository metadata X-Git-Tag: v1.000012~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=commitdiff_plain;h=7e57a40e954031d8bf89e6db546b7ad807b4707e add git repository metadata --- diff --git a/Makefile.PL b/Makefile.PL index 6330b32..8cc8648 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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', + }, + }, );