From: David Leadbeater Date: Wed, 12 Jan 2011 22:10:32 +0000 (+0000) Subject: 0.9.5 X-Git-Tag: v0.9.5^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=a4e040e954a647d292d4b74d10c25991481f2b9b 0.9.5 --- diff --git a/Changes b/Changes index a65b654..4c5d06e 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +0.9.5 2011-01-12 + - Avoid using done_testing so this works on older systems + 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) diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index 0ec72c6..90100e7 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.009004'; # 0.9.4 +our $VERSION = '0.009005'; # 0.9.5 $VERSION = eval $VERSION;