X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ff28ee91b2690147814946d9248609318805565a;hb=3326f1443f4f699d2f7337b10553e58e9dac7c9c;hp=8d747d14967ecc129f758c3896a278c1811262f8;hpb=9518bd23340f4503f13f14ac430db2a7fb3e3f18;p=p5sagit%2FApp-FatPacker.git diff --git a/Changes b/Changes index 8d747d1..ff28ee9 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,12 @@ Revision history for App-FatPacker -0.009018 - 2013-07-26 + - 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)