perldiag: ‘Integer overflow in %s number’ is S
authorFather Chrysostomos <sprout@cpan.org>
Sun, 24 Jun 2012 19:20:21 +0000 (12:20 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 24 Jun 2012 19:20:21 +0000 (12:20 -0700)
pod/perldiag.pod

index 375311f..cce4d54 100644 (file)
@@ -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