Subject: | Incorrectly skips tests (UNKNOWN) when it should do an NA |
The threads module is invalid if the Perl it is installed into does not
have thread support.
And yet, it will still build and test even when not on a threading Perl.
This results in a large number of false-UNKNOWN (which basically says
"Testing was unreliable for this, or crashed") results for this module.
What it probably should do instead is to check for thread support during
the Makefile.PL and return NA if the Perl does not support threads.
(This is usually done by returning success exit(0) without generating a
Makefile)