Subject: | Fails on nvsize!=8 due to string comparison on floating point number |
t/13_sto.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/34932893
Thanks && Regards,