On Monday, February 23, 2004, at 10:46 PM, Andy Lester wrote:
Because it is, in Test::More. I've yet to need it. Nobody's given me a
patch to implement it.
And T::H doesn't recognize anything like that either?
From perldoc test::Harness
=item B<Bail out!>
As an emergency measure, a test script can decide that further tests are useless (e.g. missing dependencies) and testing should stop immediately. In that case the test script prints the magic words
Bail out!
to standard output. Any message after these words will be displayed by C<Test::Harness> as the reason why testing is stopped.
:-)
Adrian