From: Graham Knop <haarg@haarg.org>
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?a=commitdiff_plain;h=588c7a236880c345b6029c60380f1e20b9ecffdc;p=p5sagit%2FApp-FatPacker.git

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)