Checking in changes prior to tagging of version 0.81. 0.81
authorFuji, Goro <gfuji@cpan.org>
Thu, 28 Oct 2010 12:51:56 +0000 (21:51 +0900)
committerFuji, Goro <gfuji@cpan.org>
Thu, 28 Oct 2010 12:51:56 +0000 (21:51 +0900)
commitce1cb32085aa3071f45d88d00fbace00d13c3712
treed710adfbcf1bc83ea7725215b763fae918aec7d4
parent0d8640df33c576d6d331c5ae0106a11805372552
Checking in changes prior to tagging of version 0.81.

Changelog diff is:

diff --git a/Changes b/Changes
index 35d6284..0c3722a 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Mouse

+0.81 2010-10-28 21:49:40
+    [BUG FIXES]
+    * Roles which attributes has no methods could affect cache invalidation
+
 0.80 Wed Oct  6 00:15:49 2010
     [BUG FIXES]
     * Resolve RT #61906 (Syohei Yoshida): A single 'accessor' did
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