From: David Leadbeater Date: Mon, 16 Jul 2012 07:12:03 +0000 (+0100) Subject: release 0.9.8 X-Git-Tag: v0.9.8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2Fv0.9.8;hp=a976705b258644247534f58f1dba0318f62bbdbc;p=p5sagit%2FApp-FatPacker.git release 0.9.8 --- diff --git a/Changes b/Changes index 787cfa9..79d1d0d 100644 --- 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 diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index 33a1f95..b643d3a 100644 --- a/lib/App/FatPacker.pm +++ b/lib/App/FatPacker.pm @@ -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;