1Test::Routine::Runner(3U)ser Contributed Perl DocumentatiToenst::Routine::Runner(3)
2
3
4
6 Test::Routine::Runner - tools for running Test::Routine tests
7
9 version 0.027
10
12 A Test::Routine::Runner takes a callback for building test instances,
13 then uses it to build instances and run the tests on it. The
14 Test::Routine::Runner interface is still undergoing work, but the
15 Test::Routine::Util exports for running tests, described in
16 Test::Routine, are more stable. Please use those instead, unless you
17 are willing to deal with interface breakage.
18
20 Ricardo Signes <rjbs@cpan.org>
21
23 This software is copyright (c) 2010 by Ricardo Signes.
24
25 This is free software; you can redistribute it and/or modify it under
26 the same terms as the Perl 5 programming language system itself.
27
28
29
30perl v5.28.1 2018-08-27 Test::Routine::Runner(3)