X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9b4d0e1b7334b0326d66e1096ea6b1010bd3650c;hb=f2af37cdc0cba13d4e828c743f1be9e7c50a4214;hp=440dc378fd5fac9be09ff7d3719b824b8c82454b;hpb=31f779e8f565f175cd634ea5d5e7bd0943fda2cb;p=p5sagit%2FApp-FatPacker.git diff --git a/Makefile.PL b/Makefile.PL index 440dc37..9b4d0e1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,11 +12,22 @@ WriteMakefile( 'bin/fatpack', ], - META_ADD => { + 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 => { + perl => '5.008000', }, }, );