Checking in changes prior to tagging of version 0.69. 0.69
authorgfx <gfuji@cpan.org>
Mon, 13 Sep 2010 05:23:49 +0000 (14:23 +0900)
committergfx <gfuji@cpan.org>
Mon, 13 Sep 2010 05:23:49 +0000 (14:23 +0900)
commitaa36910f3b9f47855dcec65d906d79d4916c3074
treebd80d7fb40de35433b2bb8289de0211c9e3d3001
parenta35fd8bb751b5fdbffece44c88d16f04eddd9c9e
Checking in changes prior to tagging of version 0.69.

Changelog diff is:

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

+0.69 Mon Sep 13 14:04:41 2010
+    [BUG FIXES]
+    * Workaround a problem with Test::Builder 2.00_01, which could cause
+      SEGV (the HEAD in the repository of tb2 is okay)
+
 0.68 Sat Sep 11 16:24:42 2010
     [CHANGES]
     * Remove an optional depenency, Data::Util.
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