Subject: | Fails on nvsize!=8 due to string comparison on floating point number |
https://metacpan.org/source/DARNOLD/Geo-Mercator-1.01/t/01basic.t is written with a 32bit system in mind. Perl can have long double and 16bit floats, so the tests need to be written with some epsilon tolerance for floating point results.
I would suggest to deploy Test::Number::Delta for the tests, it provides a convenient interface. Sample fail report:
http://www.cpantesters.org/cpan/report/11597433
Thanks && Regards,
(Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)