Checking in changes prior to tagging of version 0.40_06. Changelog diff is: 0.40_06
authorgfx <gfuji@cpan.org>
Mon, 16 Nov 2009 11:20:53 +0000 (20:20 +0900)
committergfx <gfuji@cpan.org>
Mon, 16 Nov 2009 11:20:53 +0000 (20:20 +0900)
commit1e5823974a557bd35b4aa4a5c1d1aecf1e5483d2
treef3d5fdd0d9009ed6ff4ca5ca54e4871b26ca7429
parent855eff0e9edf07f4d7af3eb245a3139fa6c6bd05
Checking in changes prior to tagging of version 0.40_06.  Changelog diff is:

diff --git a/Changes b/Changes
index 84d9e90..2156189 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,12 @@
 Revision history for Mouse

 0.40_06
-    * Implement many in XS (gfx)
-
+    * Shipped with Module::Install::XSUtil 0.17 (gfx)
     * Mouse::Object
         - BUILDALL and DMELISHALL are no longer called by the default ctr/dtr,
-          because generated ctrs/dtrs have never call them (gfx)
+          because generated ctrs/dtrs have never call them anyway (gfx)
+        - new and DESTROY are now in XS (gfx)
+

 0.40_05 Mon Nov  2 11:59:01 2009
     * Shipped with Module::Install::XSUtil 0.16 (gfx)
23 files changed:
Changes
benchmarks/vs_caf.pl [new file with mode: 0644]
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/Util.pm
lib/Mouse/Util/TypeConstraints.pm
lib/Mouse/XS.pod