Checking in changes prior to tagging of version 0.50_06. Changelog diff is: 0.50_06
authorgfx <gfuji@cpan.org>
Tue, 2 Mar 2010 09:36:53 +0000 (18:36 +0900)
committergfx <gfuji@cpan.org>
Tue, 2 Mar 2010 09:36:53 +0000 (18:36 +0900)
commit6e1e5b31f9ff0a46de1d7e396840da18c385962d
tree5e06de52cc931c33c8c9e48e8d15f9828d85292b
parent1adf864effeeff1cfdbe79f6014a483860e2ec3f
Checking in changes prior to tagging of version 0.50_06.  Changelog diff is:

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

+0.50_06 Tue Mar  2 18:35:12 2010
+    * Mouse::PurePerl
+        - Fix an issue on metaclass compatibility again (gfx)
+        - Fix more-than-32-bit-int progrem again (gfx)
+
 0.50_05 Mon Mar  1 11:18:26 2010
     * Mouse::Util::TypeConstraints
         - Mouse used an incorrect cast at the C-level which meant that
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