From: Graham Knop Date: Mon, 5 Jan 2015 21:09:46 +0000 (-0500) Subject: use meta v2 X-Git-Tag: v0.02~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-GlobalDestruction-XS.git;a=commitdiff_plain;h=866ba35f22aea25317474921f5ee987a2dff1d41 use meta v2 --- 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,