X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=08661eed7c7fffb9c099f40c5717e06bdce858b5;hb=b7b0be0b9d72ffd8cf6a2754fa80459f622dd968;hp=76bd42d84841a8150f7c1778923b6ac4155241dd;hpb=79f52f455d17f03a5164bec327b64038ea985b09;p=p5sagit%2FApp-FatPacker.git diff --git a/Changes b/Changes index 76bd42d..08661ee 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for App-FatPacker +0.010000 - 2013-11-27 + - use object for @INC hook instead of subref, including a 'files' method to + return a list of files provided + - generate #line relative to the whole fatpacked script so die() reports and + caller() now point directly to the right line in the script + (RT#87118, DOLMEN) + +0.009018 2013-07-26 + - deal with relative paths better by changing options passed to File::Find + (RT#84414, miyagawa) + 0.009017 2013-05-29 - fix fatal "List form of piped open not implemented" on MSWin32 (RT#85712, ether)