Checking in changes prior to tagging of version 0.50_05. Changelog diff is: 0.50_05
authorgfx <gfuji@cpan.org>
Mon, 1 Mar 2010 02:19:35 +0000 (11:19 +0900)
committergfx <gfuji@cpan.org>
Mon, 1 Mar 2010 02:19:35 +0000 (11:19 +0900)
commit98a8fd12ede46b22edc10d229680d9d2e8deeade
treebd5658db633c6c461b1239a3525f88b353d92d7b
parentc0b18afdaa960620180d2ac1ef8f4f642365256a
Checking in changes prior to tagging of version 0.50_05.  Changelog diff is:

diff --git a/Changes b/Changes
index e75c32c..599e4ce 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,13 @@
 Revision history for Mouse

-0.50_05 Sat Feb 27 20:37:15 2010
-    * Moose::Util::TypeConstraints
-        - Moose used an incorrect cast at the C-level which meant that
+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
           its idea of numbers was different from that of Perl's (and
-          Moose's). Notably > 2**32 Integers on 32 bit systems didn't
-          work.
+          Mouse's). Notably > 2**32 Integers on 32 bit systems didn't
+          work (AEvar).
+    * Mouse::Meta::Classs
+        - Fix an issue on metaclass compatibility (gfx)

 0.50_04 Fri Feb 26 18:57:24 2010
     * All
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