From: Karen Etheridge Date: Fri, 23 Aug 2013 00:08:13 +0000 (-0700) Subject: properly set v2 metadata! X-Git-Tag: v1.003002~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0d03e7e5abe31f345ded429b22aa4766b08c1800;p=gitmo%2FRole-Tiny.git properly set v2 metadata! --- diff --git a/Makefile.PL b/Makefile.PL index 6aba500..3f6d42c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -22,17 +22,22 @@ WriteMakefile( }, $mymeta_works ? (BUILD_REQUIRES => \%BUILD_DEPS) : (), - META_ADD => { - resources => { - # r/w: gitmo@git.shadowcat.co.uk:Role-Tiny.git - repository => 'git://git.shadowcat.co.uk/gitmo/Role-Tiny.git', - }, - }, - META_MERGE => { 'meta-spec' => { version => 2 }, no_index => { directory => [ 'xt' ] - } + }, + resources => { + # r/w: gitmo@git.shadowcat.co.uk:Role-Tiny.git + repository => { + url => 'git://git.shadowcat.co.uk/gitmo/Role-Tiny.git', + web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/Role-Tiny.git', + type => 'git', + }, + bugtracker => { + mailto => 'bug-Role-Tiny@rt.cpan.org', + web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Role-Tiny', + }, + }, }, );