Checking in changes prior to tagging of version 0.68. 0.68
authorgfx <gfuji@cpan.org>
Sat, 11 Sep 2010 07:28:11 +0000 (16:28 +0900)
committergfx <gfuji@cpan.org>
Sat, 11 Sep 2010 07:28:11 +0000 (16:28 +0900)
commitd58887328353bfd216406ff7d686b5a4877d1731
tree6e4b5dd5a7d9f2dd6f166a455d9efde885bcaa87
parent503ed64839f2938fc29e8bfbfb21f631a0c4ccda
Checking in changes prior to tagging of version 0.68.

Changelog diff is:

diff --git a/Changes b/Changes
index 2a8eab9..631be93 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for Mouse

+0.68 Sat Sep 11 16:24:42 2010
+    [CHANGES]
+    * Remove an optional depenency, Data::Util.
+      This is used to make method modifiers faster, but the effect
+      is limited to 'before' and 'after' modifiers. Rather,
+      D::U's modifiers are slightly different from the standalone version,
+      and sometimes the difference caused problems.
+
 0.67 Fri Sep 10 13:56:38 2010
     [BUG FIXES]
     * Oops! Fix a mistake of removing neccesary denepdencies
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