| App::Prove::State - State storage for the C<prove> command. | 
App::Prove::State - State storage for the prove command.
Version 3.10
The prove command supports a --state option that instructs it to
store persistent state across runs. This module implements that state
and the operations that may be performed on it.
    # Re-run failed tests
    $ prove --state=fail,save -rbv
new
apply_switchApply a list of switch options to the state.
lastfailedpassedallhottodoslowfastnewoldsave
get_testsGiven a list of args get the names of tests that should run
observe_testStore the results of a test.
saveWrite the state to a file.
loadLoad the state from a file
| App::Prove::State - State storage for the C<prove> command. |