properly set v2 metadata!
[p5sagit/Import-Into.git] / Makefile.PL
index b8f4547..d8ed28c 100644 (file)
@@ -13,11 +13,17 @@ WriteMakefile(
   META_MERGE => {
     'meta-spec' => { version => 2 },
     dynamic_config => 0,
-
     resources => {
       # r/w: p5sagit@git.shadowcat.co.uk:Import-Into.git
-      repository => 'git://git.shadowcat.co.uk/p5sagit/Import-Into.git',
-      homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/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',
+      },
     },
 
   },