Test::Run::Plugin::BreakOnFailure

This is a plugin for Test::Run and Test::Run::CmdLine that allows one to
break running the rest of the test suite once the first failing test script
was encountered.

INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc Test::Run::Plugin::BreakOnFailure

You can also look for information at:

    MetaCPAN
        https://metacpan.org/release/Test-Run-Plugin-BreakOnFailure

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test::Run::Plugin::BreakOnFailure

    CPAN Ratings:
        http://cpanratings.perl.org/d/Test::Run::Plugin::BreakOnFailure

COPYRIGHT AND LICENCE

Copyright (C) 2007 Shlomi Fish

This program is released under the following license: MIT X11.