From: Karen Etheridge Date: Tue, 26 Mar 2013 04:07:02 +0000 (-0700) Subject: add some metadata X-Git-Tag: v1.001001~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=commitdiff_plain;h=bd5c78da463d0feec4856046d3eb019a80b03fbf add some metadata --- diff --git a/Makefile.PL b/Makefile.PL index f595a04..cdb7028 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,4 +9,15 @@ WriteMakefile( VERSION_FROM => 'lib/Import/Into.pm', PREREQ_PM => { }, LICENSE => 'perl', + + META_MERGE => { + dynamic_config => 0, + + resources => { + # r/w: p5sagit@git.shadowcat.co.uk:Import-Into.git + repository => 'git://git.shadowcat.co.uk/p5sagit/Import-Into.git', + homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Import-Into.git', + }, + + }, );