Subject: | Stringification of "inf" changed |
In perl 5.21.4, the stringification of inf is now "Inf" on all platforms. Previously it was "inf" on most Unix platforms, but not all, and "-1.#INF" on Windows. So the test suite of Date-RangeParser-EN is now failing for all systems with perl 5.21.4 and newer, and it was always failing for Windows systems. See http://matrix.cpantesters.org/?dist=Date-RangeParser-EN-0.08 for an overview.
See also https://rt.perl.org/Ticket/Display.html?id=123170