X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6dc3efde089a99bd970490de65bd247635101be8;hb=e39df2020b33826b5c66a1f507019c8083be2059;hp=c4f0312ade61f613d75e5a256f41d343d9990b49;hpb=8d86d0e2183cea90009277c05713594679c799d3;p=p5sagit%2FModule-Metadata.git diff --git a/Makefile.PL b/Makefile.PL index c4f0312..6dc3efd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,11 +24,19 @@ WriteMakefile( , }, META_MERGE => { + 'meta-spec' => { version => 2 }, dynamic_config => 0, resources => { # r/w: p5sagit@git.shadowcat.co.uk:Module-Metadata.git - repository => 'git://git.shadowcat.co.uk/p5sagit/Module-Metadata.git', - homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Module-Metadata.git', + repository => { + url => 'git://git.shadowcat.co.uk/p5sagit/Module-Metadata.git', + web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Module-Metadata.git', + type => 'git', + }, + bugtracker => { + mailto => 'bug-Module-Metadata@rt.cpan.org', + web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Module-Metadata', + }, }, }, );