1Test::Routine::Runner(3U)ser Contributed Perl DocumentatiToenst::Routine::Runner(3)
2
3
4

NAME

6       Test::Routine::Runner - tools for running Test::Routine tests
7

VERSION

9       version 0.030
10

OVERVIEW

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

PERL VERSION

20       This module should work on any version of perl still receiving updates
21       from the Perl 5 Porters.  This means it should work on any version of
22       perl released in the last two to three years.  (That is, if the most
23       recently released version is v5.40, then this module should work on
24       both v5.40 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

AUTHOR

32       Ricardo Signes <cpan@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                      2023-01-20          Test::Routine::Runner(3)
Impressum