Skip Menu |

This queue is for tickets about the Want CPAN distribution.

Report information
The Basics
Id: 133060
Status: new
Priority: 0/
Queue: Want

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

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



Subject: Test failure when file path contains space
The test t/threads.t fails (under windows at least) When the file path contains a space. To fit it, you just need to quote $^X on line 9: my $out = `"$^X" -Mblib t/threads.p 2>&1`; And it passes again. I would have put this in as a pull request but theres no repository configured for this module...