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.028
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 This module has the same support period as perl itself: it supports
21 the two most recent versions of perl. (That is, if the most recently
22 released version is v5.40, then this module should work on both v5.40
23 and v5.38.)
24
25 Although it may work on older versions of perl, no guarantee is made
26 that the minimum required version will not be increased. The version
27 may be increased for any reason, and there is no promise that patches
28 will be accepted to lower the minimum required perl.
29
31 Ricardo Signes <rjbs@semiotic.systems>
32
34 This software is copyright (c) 2010 by Ricardo Signes.
35
36 This is free software; you can redistribute it and/or modify it under
37 the same terms as the Perl 5 programming language system itself.
38
39
40
41perl v5.36.0 2022-07-22 Test::Routine::Runner(3)