Subject: | Test suite fails with perl 5.21.5 |
With a patched Data-Alias (see RT98758) the 00reuse.t test fails:
# Failed test at t/00reuse.t line 126.
# got: '$VAR1 = [
# 1,
# [
# 1,
# [
# 1,
# $VAR1
# ]
# ]
# ];
# '
# expected: '$VAR1 = [
# 1,
# [
# 1,
# [
# 2,
# {
# 'three' => 3
# }
# ]
# ]
# ];
# '
# Failed test at t/00reuse.t line 129.
# got: '1'
# expected: '2'
# Failed test at t/00reuse.t line 130.
# got: 'SCALAR(0xcea400)'
# expected: 'SCALAR(0xc3dcc8)'
# Looks like you failed 3 tests of 60.
t/00reuse.t ...
Dubious, test returned 3 (wstat 768, 0x300)