X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=5acde4af51bb5ed6b75d035a9fb446e6ae04ff5b;hb=866ba35f22aea25317474921f5ee987a2dff1d41;hp=f0cbc215d82e668a37ca3bc0741d0a51d2eb76d3;hpb=0792b5d179a078ad446fc3b41a6a5929b469b723;p=p5sagit%2FDevel-GlobalDestruction-XS.git diff --git a/Makefile.PL b/Makefile.PL index f0cbc21..5acde4a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,9 +18,18 @@ my %WriteMakefileArgs = ( PL_FILES => { }, MIN_PERL_VERSION => '5.006', META_ADD => { + 'meta-spec' => { version => 2.0 }, resources => { - repository => 'git://git.shadowcat.co.uk/p5sagit/Devel-GlobalDestruction-XS.git', - bugtracker => 'http://rt.cpan.org/Public/Dist/Display.html?Name=Devel-GlobalDestruction-XS', + repository => { + url => 'git://git.shadowcat.co.uk/p5sagit/Devel-GlobalDestruction-XS.git', + web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-GlobalDestruction-XS.git', + type => 'git', + }, + bugtracker => { + web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-GlobalDestruction-XS', + mailto => 'bug-Devel-GlobalDestruction-XS@rt.cpan.org', + }, + license => [ 'http://dev.perl.org/licenses/' ], }, requires => { }, dynamic_config => 0,