1Test::Routine::Util(3)User Contributed Perl DocumentationTest::Routine::Util(3)
2
3
4
6 Test::Routine::Util - helpful exports for dealing with test routines
7
9 version 0.028
10
12 Test::Routine::Util is documented in the Test::Routine docs on running
13 tests. Please consult those for more information.
14
15 Both "run_tests" and "run_me" are simple wrappers around the process of
16 composing given Test::Routine roles into a class and instance using
17 Test::Routine::Compositor, creating a Test::Routine::Runner object and
18 telling it to execute the tests on the test instance.
19
21 This module has the same support period as perl itself: it supports
22 the two most recent versions of perl. (That is, if the most recently
23 released version is v5.40, then this module should work on both v5.40
24 and v5.38.)
25
26 Although it may work on older versions of perl, no guarantee is made
27 that the minimum required version will not be increased. The version
28 may be increased for any reason, and there is no promise that patches
29 will be accepted to lower the minimum required perl.
30
32 Ricardo Signes <rjbs@semiotic.systems>
33
35 This software is copyright (c) 2010 by Ricardo Signes.
36
37 This is free software; you can redistribute it and/or modify it under
38 the same terms as the Perl 5 programming language system itself.
39
40
41
42perl v5.36.0 2022-07-22 Test::Routine::Util(3)