Fix warnings in latest Moose
[gitmo/MooseX-Emulate-Class-Accessor-Fast.git] / Changes
diff --git a/Changes b/Changes
index c15613e..223eed2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,12 @@
-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)
 
-0.00802    Apr 23, 2008
+0.00802    Apr 23, 2009
           - Declare test dependency on Test::Exception. Closes RT#43194. (rafl)
           - Turn build_requires on Test::More into test_requires. (rafl)
           - Fix doc typos in SYNOPSIS. Closes RT#40380. (rafl)