Subject: | t/02-paranoid.t fails with perl 5.23.8 |
I see the following failure --- only with perl 5.23.8; 5.23.7 and older pass.
# Failed test '$@ should be 'Foo: bar''
# at t/02-paranoid.t line 46.
# got: 'Foo2: bar'
# expected: 'Foo: bar'
# Failed test '$@ should be 'bar''
# at t/02-paranoid.t line 55.
# got: 'Foo2: Foo: bar'
# expected: 'bar'
# Failed test '$@ should be 'bar''
# at t/02-paranoid.t line 83.
# got: 'Foo2: Foo: bar'
# expected: 'bar'
# Looks like you failed 3 tests of 9.
t/02-paranoid.t ...
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/9 subtests
@Andreas: maybe a bisect candidate?