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

NAME

Test::OnlySome::RerunFailed - Load Test::OnlySome, and skip tests based on a file on disk

INSTALLATION

See Test::OnlySome, with which this module is distributed.

SYNOPSIS

    use Test::OnlySome::RerunFailed;

This will load Test::OnlySome and configure it to skip any test marked as a clean pass by the last run of App::Prove::Plugin::Test::OnlySomeP.

OPTIONS

The use line can list the following options:

filename => 'some filename'

Specify the file from which to read test results. The default is .onlysome.yml.

verbose => 1

If specified, print debugging information.