Subject: | Fails with Data::Printer 0.35_01 and 0.36 |
With Data::Printer 0.35 everything is OK, but with later versions the test suite fails:
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/usr/perl5.16.3t/bin/perl5.16.3" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
\ [
[0] 1,
[1] 2,
[2] 3
]
# Failed test 'in scope print statements printed.'
# at t/0base.t line 21.
# got: 'ARRAY(0x4143e2e8)'
# expected: '\ [
# [0] 1,
# [1] 2,
# [2] 3
# ]'
# Looks like you failed 1 test of 2.
t/0base.t .................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
\ [
[0] 1,
[1] 2,
[2] 3
]
# Failed test 'in scope print statements printed.'
# at t/1ddps.t line 20.
# got: 'ARRAY(0x4143e2e8)'
# expected: '\ [
# [0] 1,
# [1] 2,
# [2] 3
# ]'
# Looks like you failed 1 test of 2.
t/1ddps.t .................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t/release-pod-coverage.t .. skipped: these tests are for release candidate testing
t/release-pod-syntax.t .... skipped: these tests are for release candidate testing