X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d8ed28c0db495095cfd346231461a78686e4f367;hb=ac6d2081e8a5f1e5dbe0f95685080edaf40ca48b;hp=e9736497bff1920678a036d320373f77b8d4847c;hpb=02f981a9144f18c11938fc7df2d4b2a3a5d286ca;p=p5sagit%2FImport-Into.git diff --git a/Makefile.PL b/Makefile.PL index e973649..d8ed28c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,8 +5,26 @@ use ExtUtils::MakeMaker; (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml'; WriteMakefile( - NAME => 'Import-Into', + NAME => 'Import::Into', 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', + }, + }, + + }, );