Checking in changes prior to tagging of version 0.65. 0.65
authorgfx <gfuji@cpan.org>
Thu, 9 Sep 2010 09:35:40 +0000 (18:35 +0900)
committergfx <gfuji@cpan.org>
Thu, 9 Sep 2010 09:35:40 +0000 (18:35 +0900)
commit1038bfa9e8a49b9c9f9ce872c46800f9590da8ed
treeb40735398745051bfad3b3536e4076d8cf764d85
parenta0d746d2f364b97682306cd942d4ad0f6a96897e
Checking in changes prior to tagging of version 0.65.

Changelog diff is:

diff --git a/Changes b/Changes
index 9511b05..38aa11d 100644
--- a/Changes
+++ b/Changes
@@ -4,6 +4,14 @@ Revision history for Mouse
     [CHANGES]
     * An attribute in a subclass can now override the value of "is"
       (Moose 1.07 feature)
+    * Long deprecated methods:
+      _create_args(), compute_all_applicable_attributes(),
+      and clone_instance()
+
+    [BUG FIXES]
+    * Fix tests that misused test functions. This problem was revealed
+      by Test::Builder2
+    * Improve C++ compatibility in Mouse::XS

 0.64 Mon Jul 26 20:48:13 2010
     [BUG FIXES]
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/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/000-load.t