Le 2009-04-09 16:13:13, MTHURN a écrit :
Show quoted text> `cover -test` always runs `make test`. However, on Windows the correct
> command would be `nmake test` or maybe even `dmake test`.
>
> PLEASE at least let the user specify the make command name.
"dmake" is the "make" command on StrawberryPerl.
"nmake" is the "make" command with Visual C++.
cover should use the make command defined in $Config{make} which with
StrawberryPerl is "dmake":
C:\>perl -MConfig -E "say qq{$Config{make}\n}"
dmake
--
Olivier Mengué -
http://search.cpan.org/~dolmen/ http://github.com/dolmen/