From 35928bc5b3f17cb33efe283ce01a84385d566410 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 24 Jun 2012 12:20:21 -0700 Subject: [PATCH] =?utf8?q?perldiag:=20=E2=80=98Integer=20overflow=20in=20%?= =?utf8?q?s=20number=E2=80=99=20is=20S?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pod/perldiag.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 375311f..cce4d54 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2289,7 +2289,7 @@ integers for your architecture. =item Integer overflow in %s number -(W overflow) The hexadecimal, octal or binary number you have specified +(S overflow) The hexadecimal, octal or binary number you have specified either as a literal or as an argument to hex() or oct() is too big for your architecture, and has been converted to a floating point number. On a 32-bit architecture the largest hexadecimal, octal or binary number -- 2.7.4