Subject: | Test suite fails (with uselongdouble perls?) |
If perl was compiled with increased floating point accuracy (-Duselongdouble), then the test suite fails:
...
# Failed test at t/Parse-Binary-Iterative.t line 40.
# got: '30.3999999999999986'
# expected: '30.4'
# Failed test at t/Parse-Binary-Iterative.t line 49.
# got: '30.3999999999999986'
# expected: '30.4'
# Looks like you failed 2 tests of 10.
t/Parse-Binary-Iterative.t ..
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/10 subtests
...