Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-Test-Compile CPAN distribution.

Report information
The Basics
Id: 87481
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-Test-Compile

People
Owner: ether [...] cpan.org
Requestors: DOY [...] cpan.org
Cc:
AdminCc:

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



Subject: system('make') is wrong
The tests do "system('make')", which is wrong on systems like Windows where a 'make' binary may not exist (on Windows, it's typically 'nmake'). The test should be using "use Config; system($Config{make})".
thanks, this will be released imminently.