update changes for object hook and files method
Graham Knop [Mon, 18 Nov 2013 19:45:47 +0000 (14:45 -0500)]
Changes

diff --git a/Changes b/Changes
index 7c5a363..ff28ee9 100644 (file)
--- 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)