From: Karen Etheridge Date: Sat, 22 Dec 2012 04:18:25 +0000 (-0800) Subject: RT#57811 remains open to resolve <5.8.0 issues X-Git-Tag: v0.009012~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bf1955157c30ccd6609c233fcc48dfb34ea47a37;p=p5sagit%2FApp-FatPacker.git RT#57811 remains open to resolve <5.8.0 issues --- diff --git a/Changes b/Changes index 15e0bda..b6d1c03 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for App-FatPacker + - bumping minimum perl to 5.8.0 until RT#57811 is sorted out + 0.009011 - 2012-09-24 - RT #79835: install bin/fatpack (lost in 0.009009 in the Module::Install -> Distar conversion) diff --git a/Makefile.PL b/Makefile.PL index 440dc37..721d8fc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,11 +12,14 @@ WriteMakefile( 'bin/fatpack', ], - META_ADD => { + 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.8.0, + }, }, );