still requires perl 5.8; 5.6 only works for the fatpacked scripts, not the fatpacking...
[p5sagit/App-FatPacker.git] / lib / App / FatPacker.pm
index 2b520fe..62411b9 100644 (file)
@@ -2,6 +2,7 @@ package App::FatPacker;
 
 use strict;
 use warnings FATAL => 'all';
+use 5.008001;
 use Getopt::Long;
 use Cwd qw(cwd);
 use File::Find qw(find);
@@ -13,7 +14,7 @@ use File::Copy qw(copy);
 use File::Path qw(mkpath rmtree);
 use B qw(perlstring);
 
-our $VERSION = '0.009011'; # 0.9.11
+our $VERSION = '0.009012'; # 0.9.012
 
 $VERSION = eval $VERSION;