Subject: | Fails on nvsize 16 |
http://www.cpantesters.org/cpan/report/94298743
Diagnostics:
# Failed test 'sum of [10000,3.14159,2.71828] (arrayref) adds up to 10005.85987'
# at t/00_fsum.t line 26.
# got: '10005.8598700000002'
# expected: '10005.85987'
# Looks like you failed 1 test of 10.
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,