X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=70e7f038842b397f28a29eabdd77cea174fd54d1;hb=328258e027e8c41f5c23ddc061d69fde923138f4;hp=ed06169b163f3441a89f41264decd08dd2ab35a6;hpb=49cc3b7c387078ec4486e4f229c82d2a0c544598;p=p5sagit%2FPackage-Variant.git diff --git a/Makefile.PL b/Makefile.PL index ed06169..70e7f03 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -19,12 +19,21 @@ WriteMakefile( }, META_MERGE => { + 'meta-spec' => { version => 2 }, dynamic_config => 0, resources => { # r/w: p5sagit@git.shadowcat.co.uk:Package-Variant.git - repository => 'git://git.shadowcat.co.uk/p5sagit/Package-Variant.git', - homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Package-Variant.git', + repository => { + url => 'git://git.shadowcat.co.uk/p5sagit/Package-Variant.git', + web => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Package-Variant.git', + type => 'git', + }, + bugtracker => { + mailto => 'bug-Package-Variant@rt.cpan.org', + web => 'https://rt.cpan.org/Public/Dist/Display.html?Name=Package-Variant', + }, }, + no_index => { package => [ 'string' ] }, }, );