X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d8ed28c0db495095cfd346231461a78686e4f367;hb=995d8262bd1c7cc306aee068943efa7d205605c0;hp=f595a048e0192d7f4128e94417c6cbb94ed66efd;hpb=38a56c0f953f25a470e81024eef2f3d66c367359;p=p5sagit%2FImport-Into.git diff --git a/Makefile.PL b/Makefile.PL index f595a04..d8ed28c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,4 +9,22 @@ WriteMakefile( VERSION_FROM => 'lib/Import/Into.pm', PREREQ_PM => { }, LICENSE => 'perl', + + META_MERGE => { + 'meta-spec' => { version => 2 }, + dynamic_config => 0, + resources => { + # r/w: p5sagit@git.shadowcat.co.uk:Import-Into.git + repository => { + url => 'git://git.shadowcat.co.uk/p5sagit/Import-Into.git', + web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Import-Into.git', + type => 'git', + }, + bugtracker => { + mailto => 'bug-Import-Into@rt.cpan.org', + web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Import-Into', + }, + }, + + }, );