[Moose-commits] r7676 - Moose/trunk
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Sat Feb 14 15:13:49 GMT 2009
Author: autarch
Date: 2009-02-14 07:13:49 -0800 (Sat, 14 Feb 2009)
New Revision: 7676
Modified:
Moose/trunk/Changes
Log:
Update Changes for next release
Modified: Moose/trunk/Changes
===================================================================
--- Moose/trunk/Changes 2009-02-14 15:11:03 UTC (rev 7675)
+++ Moose/trunk/Changes 2009-02-14 15:13:49 UTC (rev 7676)
@@ -11,6 +11,20 @@
- added more tests to t/000_recipies/basics/003_binary_tree.t
(stevan)
+ * Moose::Object
+ - We now always call DEMOLISHALL, even if a class does not
+ define DEMOLISH. This makes sure that method modifiers on
+ DEMOLISHALL work as expected. (doy)
+ - added tests for this (EvanCarroll)
+
+ * Moose::Util::MetaRole
+ - Accept roles for the wrapped_method_metaclass (rafl)
+ - added tests for this (rafl)
+
+ * Tests
+ - Some tests tried to use Test::Warn 0.10, which had bugs. Now
+ they require 0.11. (Dave Rolsky)
+
0.69 Thu, February 12, 2009
* Moose
- Make some keyword errors use throw_error instead of croak
More information about the Moose-commits
mailing list