Subject: | t/thickness.t fails with -Duselongdouble |
The t/thickness.t test fails for perls compiled with -Duselongdouble (seen on linux and freebsd, on both systems with perl 5.20.1). The failing test log starts with:
# Failed test 'map ok for sig 8'
# at t/thickness.t line 154.
# Structures begin differing at:
# $got->{8} = '-0.000'
# $expected->{8} = '0.000'
...
# $VAR1 = {
# '8' => {
# 'signature_page' => 8,
# 'signature' => 1,
# 'offset' => '-0.000'
# },
...
# vs $VAR1 = {
...
# '8' => '0.000',