X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=b21859140e1041167c1774fc55c9f8d66efb80c3;hb=a861ff902cc678ac983c78ca8fbfe508989ac687;hp=a993455757e4a58507e95b81e5bc06cbb4b8e379;hpb=12953dc199835bac911097ff29c4d29f4e477048;p=p5sagit%2FApp-FatPacker.git diff --git a/Changes b/Changes index a993455..b218591 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,33 @@ Revision history for App-FatPacker +0.010008 - 2019-02-18 + - 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 + +0.010001 - 2014-03-18 + - include 'lib' in @INC for packlists_containing's require() calls + 0.010000 - 2013-11-27 - use object for @INC hook instead of subref, including a 'files' method to return a list of files provided