From: Matt S Trout Date: Thu, 12 Jul 2012 13:48:21 +0000 (+0000) Subject: prep for release X-Git-Tag: v0.9.7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=878b80daf5eac90cbd019cd0e38b35ee7a0b7492;hp=2eef4730c72310a8fcdd56b422a37927238dfb70 prep for release --- diff --git a/Changes b/Changes index 868098e..58ea1eb 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.9.7 2012-07-12 - Allow capturing of trace information into return value - Add repsoitory metadata to META.YML diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index a6585cc..433cc0f 100644 --- a/lib/App/FatPacker.pm +++ b/lib/App/FatPacker.pm @@ -13,7 +13,7 @@ use File::Copy qw(copy); use File::Path qw(mkpath rmtree); use B qw(perlstring); -our $VERSION = '0.009006'; # 0.9.6 +our $VERSION = '0.009007'; # 0.9.7 $VERSION = eval $VERSION;