Checking in changes prior to tagging of version 0.50_07. Changelog diff is: 0.50_07
authorgfx <gfuji@cpan.org>
Sun, 7 Mar 2010 11:01:58 +0000 (20:01 +0900)
committergfx <gfuji@cpan.org>
Sun, 7 Mar 2010 11:01:58 +0000 (20:01 +0900)
commit806806614368604f49f5e27bf64d1b8d96241177
treee05aee19beffa15fe0b11b6defeb88386321b88b
parent8ab2c6ab8d7a229539e3464298c59a8823a18cec
Checking in changes prior to tagging of version 0.50_07.  Changelog diff is:

diff --git a/Changes b/Changes
index 328df74..2d612c5 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 Revision history for Mouse

+0.50_07 Sun Mar  7 19:59:37 2010
+    * Mouse::Meta::Attribute
+        - Fix a possible panic, caused by triggers, reported by
+          Nobuo Danjou (gfx)
+
 0.50_06 Tue Mar  2 18:35:12 2010
     * Mouse::PurePerl
         - Fix an issue on metaclass compatibility again (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