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
This queue is for tickets about the Scalar-List-Utils CPAN distribution.
The Basics
People
|
Bug Information
|