Subject: | Fails on nvsize 16 |
http://www.cpantesters.org/cpan/report/93451038
# Failed test 'set and get for [pi]'
# at t/gonzo.t line 45.
# got: '3.14150000000000018'
# expected: '3.1415'
Nvsize varies with architecture and the parameter -Duselongdouble. A rule of thumb on this kind of test failures is to compare floating point numbers only with some epsilon. A convenient module to do so is Test::Number::Delta.
HTH&&Thanks,