use meta v2
Graham Knop [Mon, 5 Jan 2015 21:09:46 +0000 (16:09 -0500)]
Makefile.PL

index f0cbc21..5acde4a 100644 (file)
@@ -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,