From: David Leadbeater Date: Wed, 12 Jan 2011 21:54:15 +0000 (+0000) Subject: 0.9.4 X-Git-Tag: v0.9.4~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb5ea74187d347fbee28edb73685cc5123d966f2;p=p5sagit%2FApp-FatPacker.git 0.9.4 --- diff --git a/Changes b/Changes index 47d0206..a65b654 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +0.9.4 2011-01-12 + - Die if open fails in @INC handler, reduces confusing errors (DGL) + - RT #63466: Add ending newline if input lacks one (GUGOD) + - RT #60622: Fix conditional loading, only fatpack loaded modules (DGL) + 0.03 2010-07-22 - fixed dependency for File::Path(remove_tree/make_path was first appeared at 2.07) diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index aa3caef..0ec72c6 100644 --- a/lib/App/FatPacker.pm +++ b/lib/App/FatPacker.pm @@ -13,7 +13,7 @@ use File::Copy qw(copy); use File::Path qw(make_path remove_tree); use B qw(perlstring); -our $VERSION = '0.009003'; # 0.9.3 +our $VERSION = '0.009004'; # 0.9.4 $VERSION = eval $VERSION;