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