perldiag: gmtime(nan) too small does not occur
authorFather Chrysostomos <sprout@cpan.org>
Sat, 17 Dec 2011 01:08:11 +0000 (17:08 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 17 Dec 2011 01:08:11 +0000 (17:08 -0800)
pod/perldiag.pod

index a7186e9..2fd2d36 100644 (file)
@@ -2006,9 +2006,7 @@ not-a-number value).
 =item gmtime(%f) too small
 
 (W overflow) You called C<gmtime> with a number that was smaller than
-it can reliably handle and C<gmtime> probably returned the wrong
-date.  This warning is also triggered with NaN (the special
-not-a-number value).
+it can reliably handle and C<gmtime> probably returned the wrong date.
 
 =item Got an error from DosAllocMem
 
@@ -2524,8 +2522,7 @@ not-a-number value).
 
 (W overflow) You called C<localtime> with a number that was smaller
 than it can reliably handle and C<localtime> probably returned the
-wrong date.  This warning is also triggered with NaN (the special
-not-a-number value).
+wrong date.
 
 =item Lookbehind longer than %d not implemented in regex m/%s/