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.031
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 should work on any version of perl still receiving updates
22 from the Perl 5 Porters. This means it should work on any version of
23 perl released in the last two to three years. (That is, if the most
24 recently released version is v5.40, then this module should work on
25 both v5.40 and v5.38.)
26
27 Although it may work on older versions of perl, no guarantee is made
28 that the minimum required version will not be increased. The version
29 may be increased for any reason, and there is no promise that patches
30 will be accepted to lower the minimum required perl.
31
33 Ricardo Signes <cpan@semiotic.systems>
34
36 This software is copyright (c) 2010 by Ricardo Signes.
37
38 This is free software; you can redistribute it and/or modify it under
39 the same terms as the Perl 5 programming language system itself.
40
41
42
43perl v5.38.0 2023-07-21 Test::Routine::Util(3)