X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ff28ee91b2690147814946d9248609318805565a;hb=3326f1443f4f699d2f7337b10553e58e9dac7c9c;hp=4f649107f6d265643334ae6e3280ba75be04d8c9;hpb=22bff65c73ec596c970a60ebd2350626c4a51d58;p=p5sagit%2FApp-FatPacker.git diff --git a/Changes b/Changes index 4f64910..ff28ee9 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,12 @@ Revision history for App-FatPacker + - 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 +0.009018 2013-07-26 - deal with relative paths better by changing options passed to File::Find (RT#84414, miyagawa)