Subject: | Tests fail with perl 5.23.8 |
With perl 5.23.8 I see the following test problems:
# Failed test 'finally is called in right order'
# at t/finally.t line 111.
# Structures begin differing at:
# $got->[7] = Does not exist
# $expected->[7] = 'after'
# Looks like you failed 1 test of 9.
t/finally.t .......................
# Failed test 'nested try/catch is working'
# at t/nested.t line 33.
# Structures begin differing at:
# $got->[5] = Does not exist
# $expected->[5] = 'done'
# Looks like you failed 1 test of 3.
t/nested.t ........................