CC: | ANDK [...] cpan.org |
Subject: | Tests fail with perl >= 5.24.0 |
With newer perls (>= 5.24.0) I see the following test failures:
...
# Failed test at t/Tie-Judy.t line 292.
# Structures begin differing at:
# $got->[0][1] = ARRAY(0x42b9ad38)
# $expected->[0][1] = '4'
# Failed test at t/Tie-Judy.t line 297.
# Structures begin differing at:
# $got->[0][1] = ARRAY(0x42b9a498)
# $expected->[0][1] = '4'
# Failed test at t/Tie-Judy.t line 302.
# Structures begin differing at:
# $got->[0][0] = '5'
# $expected->[0][0] = 'food'
# Looks like you failed 3 tests of 140.
t/Tie-Judy.t ..
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/140 subtests
...
The test suite passes for older perls (I tried various from 5.8.9 to 5.22.3).
@Andreas: a bisect candidate? (module needs debian package libjudy-dev to build)