Skip Menu |

This queue is for tickets about the Geo-Mercator CPAN distribution.

Report information
The Basics
Id: 96230
Status: open
Priority: 0/
Queue: Geo-Mercator

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

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



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)
This is unfortunately still broken. Any chance of it being fixed so this module can be more easily installed on 64bit architectures? Thanks!