release 0.9.8 v0.9.8
David Leadbeater [Mon, 16 Jul 2012 07:12:03 +0000 (08:12 +0100)]
Changes
lib/App/FatPacker.pm

diff --git a/Changes b/Changes
index 787cfa9..79d1d0d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.9.8 2012-07-16
   - RT #78391: Avoid using $_ when requiring modules
 
 0.9.7 2012-07-12
index 33a1f95..b643d3a 100644 (file)
@@ -13,7 +13,7 @@ use File::Copy qw(copy);
 use File::Path qw(mkpath rmtree);
 use B qw(perlstring);
 
-our $VERSION = '0.009007'; # 0.9.7
+our $VERSION = '0.009008'; # 0.9.8
 
 $VERSION = eval $VERSION;