Fix warnings in latest Moose
[gitmo/MooseX-Emulate-Class-Accessor-Fast.git] / Changes
diff --git a/Changes b/Changes
index dcadee2..223eed2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
-0.00900
+          - Fix to not warn with newer versions of Moose by passing is => 'bare'
+            to process_accessors method.
+
+0.00900    May 29, 2009
           - Fix so that classes which implement BUILD themselves still get
             all attributes passed to their constuctor placed into the instance
             hash (t0m)