On Jan 7, 2008 10:52 AM, Andy Armstrong <[EMAIL PROTECTED]> wrote: > Can anyone remember how Makefile.PL is supposed to exit if it can't > find, for example, an executable that it needs. I want the test result > to be NA rather than FAIL in that case.
# before generating the Makefile exit 0;