Checking in changes prior to tagging of version 0.78. 0.78
authorFuji, Goro <gfuji@cpan.org>
Tue, 5 Oct 2010 06:33:41 +0000 (15:33 +0900)
committerFuji, Goro <gfuji@cpan.org>
Tue, 5 Oct 2010 06:33:41 +0000 (15:33 +0900)
commit6a7756cc831fa21bc28b924a8edbaeeb28a4a66b
tree35b0515b3f92bf2d7f09b365cc75c72446e39b34
parent7e030e4515771aa9117a8d1ca04d6afe028b7a9b
Checking in changes prior to tagging of version 0.78.

Changelog diff is:

diff --git a/Changes b/Changes
index 29e615e..f757a88 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for Mouse

+0.78 Tue Oct  5 15:27:13 2010
+    [BUG FIXES]
+    * Resolve RT #61852 (Vincent Pit): Parametrized type constraints didn't
+      call their "where" clause anymore.
+    * Mouse::Object::DESTROY could fail to call DEMOLISHes in some cases
+      (reported by @typester).
+
 0.77 Wed Sep 29 21:35:11 2010
     [BUG FIXES]
     * Fix tests failed against 5.6.2
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