Skip Menu |

This queue is for tickets about the Scalar-List-Utils CPAN distribution.

Report information
The Basics
Id: 89566
Status: new
Priority: 0/
Queue: Scalar-List-Utils

People
Owner: Nobody in particular
Requestors: victor [...] vsespb.ru
Cc:
AdminCc:

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



Subject: inconsistency with Infinity
Seems perl, unlike S::L::U, treats any string started with /Inf/i as infinity. $ perl -MScalar::Util=looks_like_number -e 'print looks_like_number("Info\n"), "\n"' 0 $ perl -e 'print( ("Info\n"+0), "\n")' inf