On 9/27/06, Adam Kennedy <[EMAIL PROTECTED]> wrote:
Although people _should_ be using the same make as is in their %Config, I seem to recall this isn't always true on every platform...?
Good point. I can pick off the make being used from the actual "make test" command that CPAN.pm constructs and hands to CPAN::Reporter. Or even just use qr/^\S*make/ -- though the fuzzier the string the more I worry about false positives. Regards, David Golden