Skip Menu |

This queue is for tickets about the Module-Build CPAN distribution.

Report information
The Basics
Id: 8517
Status: resolved
Priority: 0/
Queue: Module-Build

People
Owner: Nobody in particular
Requestors: blair [...] orcaware.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.2604
Fixed in: 0.2605



Subject: Module::Build make test 0.2604 fails on 5.005_03
Hello, I'm getting a make test failure with Perl 5.005_03: t/basic.........ok t/compat........ok t/ext...........syntax error at t/ext.t line 83, near "} @result " Execution of t/ext.t aborted due to compilation errors. t/ext...........dubious Test returned status 255 (wstat 65280, 0xff00) t/extend........ok ... t/xs............ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/ext.t 255 65280 ?? ?? % ?? 1 test and 7 subtests skipped. Failed 1/13 test scripts, 92.31% okay. 0/223 subtests failed, 100.00% okay. make: *** [test] Error 11 Regards, Blair
I've fixed this in version 0.2605. I'm not sure if this was a perl bug, or new map() syntax introduced in 5.6. In any case, it should be fixed now. Thanks for the report. -Ken