Thu Nov 19 04:07:29 2015: Request 109123 was acted upon. Transaction: Correspondence added by RSCHUPP Queue: PAR-Packer Subject: v1.027 tests are not passed under windows Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: z...@cpan.org Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=109123 >
On 2015-11-18 16:51:31, ZDM wrote: > Tested under strawberry perl 5.22 x86 and x64. > .... > t/90-rt101800.t .......... blib\script\pp: Using -e 'code' as input > file, ignoring Test::More; print $ENV{PAR_TEMP}\n; Thanks for testing. Apparently, even when called with a list, system() on Strawberry Perl on Windows has a problem with arguments containing double quotes - it splits up these arguments in strange ways. Fixed in 1.028, just released to CPAN. Cheers, Roderich