On 7 Jan 2008, at 16:02, David Golden wrote:
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;


Thanks David :)

Also:

[15:46]AndyA: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.
[15:59]amoore:exit 0 unless some_dependency_is_met();
[15:59]amoore:according to http://cpantest.grango.org/wiki/CPANAuthorNotes
[15:59]dipsy:[ The CPAN Testers Wiki ]
[16:02]AndyA:Magic, thanks :)
[16:02]AndyA:amoore++
--
Andy Armstrong, Hexten




Reply via email to