use more reasonable class name and protect against outer pragmas
[p5sagit/App-FatPacker.git] / Changes
diff --git a/Changes b/Changes
index 8d747d1..7c5a363 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Revision history for App-FatPacker
 
-0.009018 - 2013-07-26
+  - 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)