Checking in changes prior to tagging of version 0.90. 0.90
authorFuji, Goro <gfuji@cpan.org>
Mon, 21 Feb 2011 02:10:51 +0000 (11:10 +0900)
committerFuji, Goro <gfuji@cpan.org>
Mon, 21 Feb 2011 02:10:51 +0000 (11:10 +0900)
commit95637edb1de318b764f8ec2fc8b5c5c8d4430010
treec4956bfc2e14adaa1659b2ab7c7a7b74bc308f70
parentd8ac424a86a0d9703f3e0502c8935b4851bf29af
Checking in changes prior to tagging of version 0.90.

Changelog diff is:

diff --git a/Changes b/Changes
index 57106a8..3695f4d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for Mouse

+0.90 2011-02-21 10:48:58
+    [BUG FIXES]
+    * Fix an abuse of a private Perl API, which changed at Perl 5.13.10
+      (Thanks to avar)
+
+    [NEW FEATURES]
+    * Support the DOES() method for Mouse::Object
+
 0.89 2011-01-27 09:18:39
     [BUG FIXES]
     *  Disable foreign class warnings introduced at 0.71, which affects
25 files changed:
Changes
lib/Mouse.pm
lib/Mouse/Exporter.pm
lib/Mouse/Meta/Attribute.pm
lib/Mouse/Meta/Class.pm
lib/Mouse/Meta/Method.pm
lib/Mouse/Meta/Method/Accessor.pm
lib/Mouse/Meta/Method/Constructor.pm
lib/Mouse/Meta/Method/Delegation.pm
lib/Mouse/Meta/Method/Destructor.pm
lib/Mouse/Meta/Module.pm
lib/Mouse/Meta/Role.pm
lib/Mouse/Meta/Role/Application.pm
lib/Mouse/Meta/Role/Composite.pm
lib/Mouse/Meta/Role/Method.pm
lib/Mouse/Meta/TypeConstraint.pm
lib/Mouse/Object.pm
lib/Mouse/PurePerl.pm
lib/Mouse/Role.pm
lib/Mouse/Spec.pm
lib/Mouse/Tiny.pod
lib/Mouse/Util.pm
lib/Mouse/Util/TypeConstraints.pm
lib/Mouse/XS.pod
t/001_mouse/060-threads.t