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...