Skip Menu |

This queue is for tickets about the Date-RangeParser-EN CPAN distribution.

Report information
The Basics
Id: 100250
Status: new
Priority: 0/
Queue: Date-RangeParser-EN

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.08
Fixed in: (no value)



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