Checking in changes prior to tagging of version 0.89. 0.89
authorFuji, Goro <gfuji@cpan.org>
Thu, 27 Jan 2011 00:22:53 +0000 (09:22 +0900)
committerFuji, Goro <gfuji@cpan.org>
Thu, 27 Jan 2011 00:22:53 +0000 (09:22 +0900)
commit5b3e7678602d122ad523a1aabc865cebff56de61
tree44d79a9b7d2f9e997c987dc8dfa285c4d6a43ded
parente639528a8218de3f63aa0bc19a137a20ad1edf63
Checking in changes prior to tagging of version 0.89.

Changelog diff is:

diff --git a/Changes b/Changes
index 65dc150..57106a8 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,13 @@
 Revision history for Mouse

+0.89 2011-01-27 09:18:39
+    [BUG FIXES]
+    *  Disable foreign class warnings introduced at 0.71, which affects
+       compatibility with Moose (and will re-introduce in more compatible
+       way in the future)
+
 0.88 2010-12-05 14:24:14
-    [BUG FIX]
+    [BUG FIXES]
     * Workaround SL4A where mro.pm doesn't exist even if Perl >= 5.10.0
       (reported by @hide_o_55)
24 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