From b9ef414d57842b63d6e7584f9b803b2a92c6c998 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 13 Feb 2011 14:49:36 -0800 Subject: [PATCH] Sort some perldiag entries --- pod/perldiag.pod | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index cd7b1ca..9a0e8b5 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2169,6 +2169,12 @@ C<$ENV{ENV}>, C<$ENV{BASH_ENV}> or C<$ENV{TERM}> are derived from data supplied (or potentially supplied) by the user. The script must set the path to a known value, using trustworthy data. See L. +=item Integer overflow in format string for %s + +(F) The indexes and widths specified in the format string of C +or C are too large. The numbers must not overflow the size of +integers for your architecture. + =item Integer overflow in %s number (W overflow) The hexadecimal, octal or binary number you have specified @@ -2181,12 +2187,6 @@ transparently promotes all numbers to a floating point representation internally--subject to loss of precision errors in subsequent operations. -=item Integer overflow in format string for %s - -(F) The indexes and widths specified in the format string of C -or C are too large. The numbers must not overflow the size of -integers for your architecture. - =item Integer overflow in version (F) Some portion of a version initialization is too large for the -- 1.8.3.1