X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=639864eb3b7d0c0c7e497f78ac667c6ff8a2cc81;hb=d06a35639f3e8df0332de587f732dd525d6c54a4;hp=6e67bd07e9e85d0467e430ce222ef99b65c1b75e;hpb=f67555409566fd2f9b83ccdbaccce8444477c3be;p=p5sagit%2FApp-FatPacker.git diff --git a/Changes b/Changes index 6e67bd0..639864e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,24 @@ Revision history for App-FatPacker + - 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 + 0.010001 - 2014-03-18 - include 'lib' in @INC for packlists_containing's require() calls