From: Olivier Mengué Date: Thu, 1 Aug 2013 08:28:24 +0000 (+0200) Subject: Changes for #line X-Git-Tag: v0.010000~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=22bff65c73ec596c970a60ebd2350626c4a51d58;p=p5sagit%2FApp-FatPacker.git Changes for #line --- diff --git a/Changes b/Changes index 8d747d1..4f64910 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for App-FatPacker + - 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)