projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
784d71e
)
perldiag: ‘Integer overflow in %s number’ is S
author
Father Chrysostomos
<sprout@cpan.org>
Sun, 24 Jun 2012 19:20:21 +0000
(12:20 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sun, 24 Jun 2012 19:20:21 +0000
(12:20 -0700)
pod/perldiag.pod
patch
|
blob
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
375311f
..
cce4d54
100644
(file)
--- 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