X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=02e13efe27e2553a97ff9645d5f6c5dbb2c8e713;hb=fatpack-file-param-moves-shebang;hp=dd69e5eba08a8b97e1bf47ca090fce1828a85f10;hpb=4d5603b7352d697c5ed276286fba7238957894e9;p=p5sagit%2FApp-FatPacker.git diff --git a/Changes b/Changes index dd69e5e..02e13ef 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,29 @@ +Revision history for App-FatPacker + +0.009013 - 2013-01-22 + - fix to support for < 5.8 perls (haarg) + +0.009012 - 2013-01-18 + - support for < 5.8 perls (RT#57811, haarg) + +0.009011 - 2012-09-24 + - RT #79835: install bin/fatpack (lost in 0.009009 in the + Module::Install -> Distar conversion) + +0.009010 - 2012-09-19 + - enable temp file deletion in pack.t on Win32 + - RT #79489: %fatpacked keys need to be unix paths + +0.009009 2012-08-03 + - RT #78724: fix trace --to-stderr (ether) + +0.9.8 2012-07-16 + - RT #78391: Avoid using $_ when requiring modules + +0.9.7 2012-07-12 + - Allow capturing of trace information into return value + - Add repsoitory metadata to META.YML + 0.9.6 2011-01-18 - Use File::Path's "legacy" mkpath and rmtree functions. No longer needs File::Path >= 2.07.