Skip Menu |

This queue is for tickets about the Lingua-EN-Tagger CPAN distribution.

Report information
The Basics
Id: 79903
Status: resolved
Priority: 0/
Queue: Lingua-EN-Tagger

People
Owner: Nobody in particular
Requestors: djh [...] thermeon.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.21
Fixed in: (no value)



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?
threading is not required, simply included in the test suite. These tests are now skipped in nonthreaded perl systems.