Skip Menu |

This queue is for tickets about the XML-LibXML CPAN distribution.

Report information
The Basics
Id: 20077
Status: resolved
Priority: 0/
Queue: XML-LibXML

People
Owner: Nobody in particular
Requestors: GIRAFFED [...] cpan.org
Cc:
AdminCc:

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



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.