From: Karen Etheridge Date: Fri, 23 Aug 2013 00:08:46 +0000 (-0700) Subject: properly set v2 metadata! X-Git-Tag: v1.000004~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FSafe-Isa.git;a=commitdiff_plain;h=14c4f09829a1748e31b63137974ad03becfb86ea properly set v2 metadata! --- diff --git a/Makefile.PL b/Makefile.PL index 9ced0d0..0867c49 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,8 +14,15 @@ WriteMakefile( resources => { # r/w: p5sagit@git.shadowcat.co.uk:Safe-Isa.git - repository => 'git://git.shadowcat.co.uk/p5sagit/Safe-Isa.git', - homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Safe-Isa.git', + repository => { + url => 'git://git.shadowcat.co.uk/p5sagit/Safe-Isa.git', + web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Safe-Isa.git', + type => 'git', + }, + bugtracker => { + mailto => 'bug-Safe-Isa@rt.cpan.org', + web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Safe-Isa', + }, }, PREREQ_PM => {