Subject: | looks_like_number supports nan/inf, but not Win32 inf |
See results here:
http://www.cpantesters.org/cpan/report/cb55b631-6c2b-1014-900f-0bf693e8ee67
Win32 has a different form of inf that looks like -1.#IND and 1.#INF. These were created using Data::Float, so maybe it can be detected using the same methods as Data::Float::float_is_infinite.