From: Karen Etheridge Date: Tue, 22 Jan 2013 17:54:12 +0000 (-0800) Subject: changelog; bump version X-Git-Tag: v0.009013~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ce824fac99acf8d28dbb3de685d6d73e62769eb9;p=p5sagit%2FApp-FatPacker.git changelog; bump version --- diff --git a/Changes b/Changes index 21dc2a5..bc000be 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for App-FatPacker + - fix to support for < 5.8 perls (haarg) + 0.009012 - 2013-01-18 - support for < 5.8 perls (RT#57811, haarg) diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index 881c38f..3de2e25 100644 --- a/lib/App/FatPacker.pm +++ b/lib/App/FatPacker.pm @@ -14,7 +14,7 @@ use File::Copy qw(copy); use File::Path qw(mkpath rmtree); use B qw(perlstring); -our $VERSION = '0.009012'; # 0.9.012 +our $VERSION = '0.009013'; # 0.9.013 $VERSION = eval $VERSION;