Checking in changes prior to tagging of version 0.87. 0.87
authorFuji, Goro <gfuji@cpan.org>
Sat, 13 Nov 2010 14:51:22 +0000 (23:51 +0900)
committerFuji, Goro <gfuji@cpan.org>
Sat, 13 Nov 2010 14:51:22 +0000 (23:51 +0900)
commitfd2b172a4657cb6cc47976d2e66cdba4bdfa579d
treeb696696b52384bd74f53e05e3e36f150e7d4ab0c
parentf43060b65ad710abc58ab3e1f4288a71deb00ec6
Checking in changes prior to tagging of version 0.87.

Changelog diff is:

diff --git a/Changes b/Changes
index b60d1c4..9393554 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
 Revision history for Mouse

+0.87 2010-11-13 23:44:20
+    [BUG FIXES]
+    * Fix packaging issues
+        - META.yml was not updated (reported by @shohex)
+        - `make realclean` should remove xshelper.h
+          (patched by Ingy dot Net, and modified by gfx)
+
+    [OTHERS]
+    * Type coercion routines have been refactored; coercions are compiled
+      on demand.
+
 0.86 2010-11-12 20:12:53
     [BUG FIXES]
     * Role application to instances cached anonymous classes in wrong way
25 files changed:
Changes
MANIFEST.SKIP
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