now supporting 5.6 (thanks haarg!)
Karen Etheridge [Fri, 18 Jan 2013 19:34:14 +0000 (11:34 -0800)]
Changes
Makefile.PL
lib/App/FatPacker.pm

diff --git a/Changes b/Changes
index b6d1c03..f83a174 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for App-FatPacker
 
-  - bumping minimum perl to 5.8.0 until RT#57811 is sorted out
+  - support for < 5.8 perls (RT#57811, haarg)
 
 0.009011 - 2012-09-24
   - RT #79835: install bin/fatpack (lost in 0.009009 in the
index 721d8fc..a40b13f 100644 (file)
@@ -19,7 +19,7 @@ WriteMakefile(
       homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/App-FatPacker.git',
     },
     requires => {
-        perl => 5.8.0,
+        perl => 5.6.0,
     },
   },
 );
index bd36684..2b520fe 100644 (file)
@@ -2,7 +2,6 @@ package App::FatPacker;
 
 use strict;
 use warnings FATAL => 'all';
-use 5.008001;
 use Getopt::Long;
 use Cwd qw(cwd);
 use File::Find qw(find);