Subject: | t/01-test.t fails (if Data::Clone is installed?) (0.101) |
On some of my smokers the test suite fails:
...
# Failed test at t/01-test.t line 12.
# got: '4'
# expected: '2'
# Failed test at t/01-test.t line 13.
# got: '4'
# expected: '3'
# Failed test at t/01-test.t line 16.
# got: '4'
# expected: '1'
# Failed test at t/01-test.t line 17.
# got: '4'
# expected: '1'
# Failed test at t/01-test.t line 18.
# got: '4'
# expected: '1'
# Failed test at t/01-test.t line 22.
# got: '4'
# expected: '2'
# Failed test at t/01-test.t line 23.
# got: '4'
# expected: '3'
# Looks like you failed 7 tests of 15.
t/01-test.t .......
Dubious, test returned 7 (wstat 1792, 0x700)
Failed 7/15 subtests
...
This seems to happen if Function::Fallback::CoreOrPP picks Data::Clone for the clone function.