X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=1a4785b1294e1ebf4f5d9f53ab29e34e6ac42ff2;hb=3523412977f60779ee6b7c04b2b26037b74dd141;hp=a40b13f1cdfb37932e1e04b293b9997d398dd806;hpb=903e8b916f4b500504f3dbf48c9496d0d025c897;p=p5sagit%2FApp-FatPacker.git diff --git a/Makefile.PL b/Makefile.PL index a40b13f..1a4785b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,13 +13,27 @@ WriteMakefile( ], META_MERGE => { + 'meta-spec' => { version => '2' }, + dynamic_config => 0, 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.6.0, + prereqs => { + runtime => { + requires => { + # B::perlstring was added in B 1.01 (perl 5.8.0) + perl => '5.008000', + }, + }, }, }, );