changelog; bump version
Karen Etheridge [Tue, 22 Jan 2013 17:54:12 +0000 (09:54 -0800)]
Changes
lib/App/FatPacker.pm

diff --git a/Changes b/Changes
index 21dc2a5..bc000be 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for App-FatPacker
 
+  - fix to support for < 5.8 perls (haarg)
+
 0.009012 - 2013-01-18
   - support for < 5.8 perls (RT#57811, haarg)
 
index 881c38f..3de2e25 100644 (file)
@@ -14,7 +14,7 @@ use File::Copy qw(copy);
 use File::Path qw(mkpath rmtree);
 use B qw(perlstring);
 
-our $VERSION = '0.009012'; # 0.9.012
+our $VERSION = '0.009013'; # 0.9.013
 
 $VERSION = eval $VERSION;