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})".
This queue is for tickets about the Dist-Zilla-Plugin-Test-Compile CPAN distribution.
The Basics
People
|
Bug Information
|