Subject: | 30parse.t test tries to run even though I don't have threads.pm |
30thread.t fails because I don't have thread.pm. I think it's supposed
to get skipped in this case.
If I change
if( $Config{useithreads} )
to
if ( $Config{useithreads} && eval { require threads; } )
it gets skipped.