Subject: | Undefined subroutine &threads::shared::bless called |
The test suite fails on many of my smoker systems (linux, freebsd):
...
# Failed test 'thread-like module loaded'
# at t/001basic.t line 22.
Undefined subroutine &threads::shared::bless called at /usr/perl5.24.0p/lib/5.24.0/Thread/Queue.pm line 21.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
Undefined subroutine &threads::_END called at (eval 5) line 1.
END failed--call queue aborted.
t/001basic.t .......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
...
This happens only for unthreaded perls (except for the ones where "unknown" reports are sent, probably the perls without forks.pm installed).