1Test::Routine::Test(3)User Contributed Perl DocumentationTest::Routine::Test(3)
2
3
4
6 Test::Routine::Test - a test method in a Test::Routine role
7
9 version 0.028
10
12 Test::Routine::Test is a very simple subclass of Moose::Meta::Method,
13 used primarily to identify which methods in a class are tests. It also
14 has attributes used for labeling and ordering test runs.
15
17 This module has the same support period as perl itself: it supports
18 the two most recent versions of perl. (That is, if the most recently
19 released version is v5.40, then this module should work on both v5.40
20 and v5.38.)
21
22 Although it may work on older versions of perl, no guarantee is made
23 that the minimum required version will not be increased. The version
24 may be increased for any reason, and there is no promise that patches
25 will be accepted to lower the minimum required perl.
26
28 Ricardo Signes <rjbs@semiotic.systems>
29
31 This software is copyright (c) 2010 by Ricardo Signes.
32
33 This is free software; you can redistribute it and/or modify it under
34 the same terms as the Perl 5 programming language system itself.
35
36
37
38perl v5.34.0 2022-01-21 Test::Routine::Test(3)