Subject: | t/010-comon/msgpack/020-unpack.t fails with uselongdouble-capable perls |
If perl was compiled with -Duselongdouble then the test suite fails:
# Failed test 'o = msgunpack msgpack o'
# at t/010-comon/msgpack/020-unpack.t line 126.
# Structures begin differing at:
# $got->{double} = '3.1415926999999999'
# $expected->{double} = '3.1415927'
# Looks like you failed 1 test of 57.
t/010-comon/msgpack/020-unpack.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/57 subtests
Seen with perl 5.20.3 on freebsd and linux systems.