CC: | mons [...] cpan.org, ebohlman [...] omsdev.com |
Subject: | Tests fail (if XML::Parser::Style::EasyTree is installed?) |
On some smokers I see the following failure:
PERL_DL_NONLAZY=1 "/bbbike/perl-5.22.2/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Not an ARRAY reference at t/00-connect.t line 32.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 5.
t/00-connect.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
All 5 subtests passed
It seems that this happens if XML::Parser::Style::EasyTree is installed --- maybe there's a conflict between XML::Parser::Style::EasyTree and XML::Parser::EasyTree?