NAME
Test::Routine::Runner - tools for running Test::Routine tests
VERSION
version 0.002
OVERVIEW
Test::Routine::Runner is documented in the Test::Routine docs on running tests. Please consult those for more information.
Both run_tests
and run_me
are methods on Test::Routine::Runner, and are exported by default with the invocant curried. This means that you can write a subclass of Test::Routine::Runner with different behavior. Do this cautiously. Although the basic behavior of the runner are unlikely to change, they are not yet set entirely in stone.
AUTHOR
Ricardo Signes <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Ricardo Signes.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.