Subject: | Unable to install on non-threaded perl |
Fails "make test" with perl 5.16.1 compiled without threading support:
t/threads.t .. This Perl not built to support threads
Compilation failed in require at t/threads.t line 9.
BEGIN failed--compilation aborted at t/threads.t line 9.
# Looks like your test exited with 255 before it could output anything.
t/threads.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
But the module doesn't appear to require threads anywhere but in this test?