The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

TAP::Harness::BailOnFail - Bail on remaining tests after first failure

SYNOPSIS

    $ HARNESS_SUBCLASS=TAP::Harness::BailOnFail cpanm

DESCRIPTION

This module is a trivial subclass of TAP::Harness::Restricted. It uses callbacks in the harness and parser to bail on the remaining tests after encountering the first test failure.

SEE ALSO

TAP::Harness::Restricted

REQUESTS AND BUGS

Please report any bugs or feature requests to http://rt.cpan.org/Public/Bug/Report.html?Queue=TAP-Harness-BailOnFail. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc TAP::Harness::BailOnFail

You can also look for information at:

COPYRIGHT AND LICENSE

Copyright (C) 2017 gray <gray at cpan.org>, all rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

gray, <gray at cpan.org>