Subject: | Fails on threaded systems |
With threaded perls I see the following test failures:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.26.2t/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Bad symbol for array at /home/cpansand/.cpan/build/2019041413/Coro-PriorityQueue-1.1-4/blib/lib/Coro/PriorityQueue.pm line 39.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 4.
t/01-Coro-PriorityQueue.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
All 4 subtests passed
...