From e9200be317191a78ab296df196326e9d0f42e4a9 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 13 Feb 2011 18:34:02 -0800 Subject: [PATCH] perldiag: an number -> a number MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit That’s my own typo. --- pod/perldiag.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index e54540e..cf25434 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1940,14 +1940,14 @@ earlier in the line, and you really meant a "less than". =item gmtime(%f) too large -(W overflow) You called C with an number that was larger than +(W overflow) You called C with a number that was larger than it can reliably handle and C probably returned the wrong date. This warning is also triggered with nan (the special not-a-number value). =item gmtime(%f) too small -(W overflow) You called C with an number that was smaller than +(W overflow) You called C with a number that was smaller than it can reliably handle and C probably returned the wrong date. This warning is also triggered with nan (the special not-a-number value). @@ -2421,14 +2421,14 @@ L. =item localtime(%f) too large -(W overflow) You called C with an number that was larger +(W overflow) You called C with a number that was larger than it can reliably handle and C probably returned the wrong date. This warning is also triggered with nan (the special not-a-number value). =item localtime(%f) too small -(W overflow) You called C with an number that was smaller +(W overflow) You called C with a number that was smaller than it can reliably handle and C probably returned the wrong date. This warning is also triggered with nan (the special not-a-number value). -- 1.8.3.1