From: Graham Knop Date: Mon, 18 Nov 2013 19:45:47 +0000 (-0500) Subject: update changes for object hook and files method X-Git-Tag: v0.010000~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=588c7a236880c345b6029c60380f1e20b9ecffdc;hp=f147c6f08a0d3d16fb512f65bae989850a6afc90 update changes for object hook and files method --- diff --git a/Changes b/Changes index 7c5a363..ff28ee9 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ 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)