1Test::Routine::Common(3U)ser Contributed Perl DocumentatiToenst::Routine::Common(3)
2
3
4
6 Test::Routine::Common - a role composed by all Test::Routine roles
7
9 version 0.028
10
12 Test::Routine::Common provides the "run_test" method described in the
13 docs on writing tests in Test::Routine.
14
16 This module has the same support period as perl itself: it supports
17 the two most recent versions of perl. (That is, if the most recently
18 released version is v5.40, then this module should work on both v5.40
19 and v5.38.)
20
21 Although it may work on older versions of perl, no guarantee is made
22 that the minimum required version will not be increased. The version
23 may be increased for any reason, and there is no promise that patches
24 will be accepted to lower the minimum required perl.
25
27 Ricardo Signes <rjbs@semiotic.systems>
28
30 This software is copyright (c) 2010 by Ricardo Signes.
31
32 This is free software; you can redistribute it and/or modify it under
33 the same terms as the Perl 5 programming language system itself.
34
35
36
37perl v5.34.0 2021-07-23 Test::Routine::Common(3)