RT#57811 remains open to resolve <5.8.0 issues
Karen Etheridge [Sat, 22 Dec 2012 04:18:25 +0000 (20:18 -0800)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 15e0bda..b6d1c03 100644 (file)
--- 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)
index 440dc37..721d8fc 100644 (file)
@@ -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,
+    },
   },
 );