X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=47207d18745a847d3d8cdd0e4c48e6fb78d89ba8;hb=64941bce7d7ab9c4e1e6149f3ba15960def740b5;hp=fd798129b58bb2c555dc1a7c187ffdda2272c9de;hpb=9182265358feba1ff35640ace3c92ad7dc0264ed;p=p5sagit%2FApp-FatPacker.git diff --git a/Changes b/Changes index fd79812..47207d1 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,26 @@ Revision history for App-FatPacker + - documentation improvements + - switch to letting EUMM rewrite fatpack's #! + +0.010007 - 2017-01-22 + - don't fail packlist finding if one module fails to load + - don't fail tracing w/undef INC values due to failed optional module load + +0.010_006 - 2017-01-20 + - detect and handle packing from within inc dirs w/version part + - fix tests to no longer rely on . being in @INC + +0.010005 - 2015-12-14 + - fix fatpacked code to work properly on perl 5.6 in all cases + - removed x_static_install metadata (RT#110299) + +0.010004 - 2015-06-28 + - fix tests to work reliably on win32 + +0.010003 - 2015-04-17 + - exclude virtual %INC entries from trace output + 0.010002 - 2014-08-16 - correctly specify perl prerequisite of 5.8 in meta files