From: tokuhirom Date: Wed, 21 Jul 2010 23:30:12 +0000 (+0900) Subject: bump to 0.93 X-Git-Tag: v0.9.4~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2de6023fa2446e62f0c0e1cf29f6b6086a751cf2;p=p5sagit%2FApp-FatPacker.git bump to 0.93 --- diff --git a/Changes b/Changes index a9be0d4..47d0206 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +0.03 2010-07-22 + - fixed dependency for File::Path(remove_tree/make_path was first appeared at 2.07) + 0.02 2010-07-07 - fixed typo and doc bug on command usage.(miyagawa) - added `help' command for slightly better user experience(miyagawa) diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index 4e2ed45..2f39841 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.009002'; # 0.9.2 +our $VERSION = '0.009003'; # 0.9.3 $VERSION = eval $VERSION;