Subject: | Fails on nvsize!=8 due to string comparison on floating point number |
As per subject. Sample fail report:
http://www.cpantesters.org/cpan/report/45b2a950-fdbc-11e3-826e-69850a370852
Some tests are 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.
Thanks && Regards,
(Disclaimer: this was discovered by statistical analysis, I'm not speaking as a user)