1Dist::Zilla::Role::TestURsuenrneCro(n3t)ributed Perl DocDuimsetn:t:aZtiilolna::Role::TestRunner(3)
2
3
4
6 Dist::Zilla::Role::TestRunner - something used as a delegating agent to
7 'dzil test'
8
10 version 6.031
11
13 Plugins implementing this role have their "test" method called when
14 testing. It's passed the root directory of the build test dir and an
15 optional hash reference of arguments. Valid arguments include:
16
17 • jobs -- if parallel testing is supported, this indicates how many
18 to run at once
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 default_jobs
34 This attribute is the default value that should be used as the "jobs"
35 argument to the "test" method.
36
38 test
39 This method should throw an exception on failure.
40
42 Ricardo SIGNES 😏 <cpan@semiotic.systems>
43
45 This software is copyright (c) 2023 by Ricardo SIGNES.
46
47 This is free software; you can redistribute it and/or modify it under
48 the same terms as the Perl 5 programming language system itself.
49
50
51
52perl v5.36.1 2023-11-21 Dist::Zilla::Role::TestRunner(3)