X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a40b13f1cdfb37932e1e04b293b9997d398dd806;hb=903e8b916f4b500504f3dbf48c9496d0d025c897;hp=0a91c74d5cfbcc4aadf7aa25e49a1bb0a20aa5ca;hpb=003ad5453a5033d3a9fc019fa4e0780c990f7b53;p=p5sagit%2FApp-FatPacker.git diff --git a/Makefile.PL b/Makefile.PL index 0a91c74..a40b13f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,11 +8,18 @@ WriteMakefile( NAME => 'App::FatPacker', VERSION_FROM => 'lib/App/FatPacker.pm', - META_ADD => { + EXE_FILES => [ + 'bin/fatpack', + ], + + META_MERGE => { 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', }, + requires => { + perl => 5.6.0, + }, }, );