Checking in changes prior to tagging of version 0.60. 0.60
authorgfx <gfuji@cpan.org>
Wed, 9 Jun 2010 11:13:17 +0000 (20:13 +0900)
committergfx <gfuji@cpan.org>
Wed, 9 Jun 2010 11:13:17 +0000 (20:13 +0900)
commit17ae5974bc8594c7d3deb46eb7db0b383fb80a95
tree876de4e2d0394a05e1fcf8a2858ec4e040ea502a
parent13b9990881cb1c765a47711fc4eb0d47a404c756
Checking in changes prior to tagging of version 0.60.

Changelog diff is:

diff --git a/Changes b/Changes
index 4c7e07a..003ab6b 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,20 @@
 Revision history for Mouse

+0.60 Wed Jun  9 19:43:55 2010
+    [CHANGES]
+    * BUILDALL is now called by Mouse::Meta::Class::new_object, rather than
+      by Mouse::Object::new. (Moose 1.05)
+
+    [BUG FIXES]
+    * Fix type constraint validation messages to not include the string
+      'failed' twice in the same sentence. (Moose 1.05)
+    * Resolve RT #57975: The prefix "Exception caught" is no longer added
+      to exceptions Mouse catches. (gfx)
+
+    [OTHERS]
+    * A difficult test (t/900_mouse_bugs/006_RT69939.t) will be skipped on
+      some platforms. (gfx)
+
 0.59 Tue May 18 16:29:57 2010
     [CHANGES]
     * Improve error messages on $class->accessor() (gfx)
23 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