Fix another reentrancy issue in Moose::Exporter by additional localising of + test...
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index e82b98b..e462290 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,6 +7,10 @@ Revision history for Perl extension Moose
         same methods for a single role did not work 
         right (worked just fine with multiple roles)
         - added test for this
+    * Moose::Exporter
+      - Catch another case where recursion caused the value
+        of $CALLER to be stamped on (t0m)
+        - added test for this (t0m)
 
 0.61 Fri November 7, 2008
     * Moose::Meta::Attribute