add perl to prereq metadata
[p5sagit/Package-Variant.git] / Makefile.PL
index 83dc455..e4005c5 100644 (file)
@@ -16,17 +16,25 @@ WriteMakefile(
     Carp => 0,
     'Import::Into' => 1,
     'Module::Runtime' => '0.013',
+    'perl' => 5.006,
   },
 
   META_MERGE => {
+    'meta-spec' => { version => 2 },
     dynamic_config => 0,
 
     resources => {
       # r/w: p5sagit@git.shadowcat.co.uk:Package-Variant.git
-      repository => 'git://git.shadowcat.co.uk/p5sagit/Package-Variant.git',
-      homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Package-Variant.git',
+      repository => {
+        url => 'git://git.shadowcat.co.uk/p5sagit/Package-Variant.git',
+        web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Package-Variant.git',
+        type => 'git',
+      },
+      bugtracker => {
+          mailto => 'bug-Package-Variant@rt.cpan.org',
+          web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Package-Variant',
+      },
     },
-
     no_index => { package => [ 'string' ] },
   },
 );