X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=cdb7028832f19254745bbe57fa9b3dd050afe49f;hp=f595a048e0192d7f4128e94417c6cbb94ed66efd;hb=bd5c78da463d0feec4856046d3eb019a80b03fbf;hpb=88c433b36978eedd3fd52e2004debc275a71ad62 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', + }, + + }, );