From: tokuhirom Date: Wed, 7 Jul 2010 11:57:03 +0000 (+0900) Subject: Checking in changes prior to tagging of version 0.009002 X-Git-Tag: v0.9.4~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=391a575679a0846dd24f6eb9b8cf5d7d2a1dba9f;p=p5sagit%2FApp-FatPacker.git Checking in changes prior to tagging of version 0.009002 --- diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index e0c3428..4e2ed45 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.009001'; # 0.9.1 +our $VERSION = '0.009002'; # 0.9.2 $VERSION = eval $VERSION;