Retract #7921, the patch shouldn't be needed.
Jarkko Hietaniemi [Wed, 29 Nov 2000 17:31:59 +0000 (17:31 +0000)]
p4raw-id: //depot/perl@7927

sv.c

diff --git a/sv.c b/sv.c
index f4732e1..d7b4c8b 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -2038,7 +2038,7 @@ Perl_looks_like_number(pTHX_ SV *sv)
     }
     while (isSPACE(*s))
        s++;
-    if (s >= send || sawinf)
+    if (s >= send)
        return numtype;
     if (len == 10 && memEQ(sbegin, "0 but true", 10))
        return IS_NUMBER_TO_INT_BY_ATOL;