Checking in changes prior to tagging of version 0.50_09. Changelog diff is: 0.50_09
authorgfx <gfuji@cpan.org>
Mon, 15 Mar 2010 02:27:46 +0000 (11:27 +0900)
committergfx <gfuji@cpan.org>
Mon, 15 Mar 2010 02:27:46 +0000 (11:27 +0900)
commit123fd4f8368c8a468d735c9ee43ee871e22dc301
tree9f2aa4e79a91b8cbd967a78f6bfa8a602d67ddd4
parent107f668358879220bd907179cf9a961a9fc3528e
Checking in changes prior to tagging of version 0.50_09.  Changelog diff is:

diff --git a/Changes b/Changes
index e58c339..1772240 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Mouse

+0.50_09
+    * (re)fix RT #55048 to grok 2**46+0.5 as Int, but
+      accept 2**46 as Int even on 32 bit environments;
+      note that an Int is exactly what is matched to /^[+-]?[0-9]+$/,
+      so 10e100 will not be groked as Int (gfx)
+
 0.50_08 Thu Mar 11 19:28:58 2010
     * Makefile.PL
         - Resolved #55419: Add Devel::PPPort to build_requires (gfx)
@@ -24,7 +30,7 @@ Revision history for Mouse
         - Mouse used an incorrect cast at the C-level which meant that
           its idea of numbers was different from that of Perl's (and
           Mouse's). Notably > 2**32 Integers on 32 bit systems didn't
-          work (AEvar).
+          work, RT #55048 (AEvar).
     * Mouse::Meta::Classs
         - Fix an issue on metaclass compatibility (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