X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8cc864882a707c7d62e42d92b7368ac6e1186958;hb=30890a124324523de936425b4e28e381ab533170;hp=6330b32ec673c184cd6733286193c36c2b828b47;hpb=8f9f6d2716b02b5fab47c27a7df64947ca66b470;p=p5sagit%2FModule-Metadata.git 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', + }, + }, );