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)
'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,
+ },
},
);