X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=6b2980c145140f61b38d1909adb7bb24dd99a874;hb=3326f1443f4f699d2f7337b10553e58e9dac7c9c;hp=746a2438ef651581baee5f289cd952a91d426973;hpb=24402a94679847a9b34e8bcff6036313de29454d;p=p5sagit%2FApp-FatPacker.git diff --git a/Makefile.PL b/Makefile.PL index 746a243..6b2980c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,12 +13,21 @@ WriteMakefile( ], META_MERGE => { + '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 => { + # B::perlstring was added in 5.8.0 perl => '5.008000', }, },