From: Karen Etheridge Date: Thu, 22 Aug 2013 23:53:27 +0000 (-0700) Subject: properly set v2 metadata! X-Git-Tag: v0.010000~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f2af37cdc0cba13d4e828c743f1be9e7c50a4214;p=p5sagit%2FApp-FatPacker.git properly set v2 metadata! --- diff --git a/Makefile.PL b/Makefile.PL index 532dc26..9b4d0e1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,8 +16,15 @@ WriteMakefile( 'meta-spec' => { version => '2' }, resources => { # r/w: p5sagit@git.shadowcat.co.uk:App-FatPacker.git - repository => "git://git.shadowcat.co.uk/p5sagit/App-FatPacker.git", - homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/App-FatPacker.git', + repository => { + url => 'git://git.shadowcat.co.uk/p5sagit/App-FatPacker.git', + web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/App-FatPacker.git', + type => 'git', + }, + bugtracker => { + mailto => 'bug-App-FatPacker-Metadata@rt.cpan.org', + web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=App-FatPacker', + }, }, requires => { perl => '5.008000',