Subject: | t/01_filter.t fails |
In just one perl installation on my smoker systems the test suite fails:
# Failed test 'get_pending'
# at t/01_filter.t line 36.
# Structures begin differing at:
# $got->[0] = ARRAY(0x428bed08)
# $expected->[0] = HASH(0x428be8b8)
# Failed test 'inc input, get_one style'
# at t/01_filter.t line 38.
# Structures begin differing at:
# $got->[0] = ARRAY(0x428bed08)
# $expected->[0] = HASH(0x428be858)
# Failed test 'inc input, get_one style'
# at t/01_filter.t line 39.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = ARRAY(0x428bedb0)
# Looks like you failed 3 tests of 17.
t/01_filter.t ..
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/17 subtests
An idea: this perl installation is somewhat unique that it does not have JSON::XS installed, just pure perl JSON.pm.