1Dist::Zilla::App::CommaUnsde:r:tCeosntt(r3i)buted Perl DDoicsutm:e:nZtialtliao:n:App::Command::test(3)
2
3
4
6 Dist::Zilla::App::Command::test - test your dist
7
9 version 6.025
10
12 dzil test [ --release ] [ --no-author ] [ --automated ] [ --extended ] [ --all ]
13
15 This command is a thin wrapper around the test method in Dist::Zilla.
16 It builds your dist and runs the tests with the AUTHOR_TESTING
17 environment variable turned on, so it's like doing this:
18
19 export AUTHOR_TESTING=1
20 dzil build --no-tgz
21 cd $BUILD_DIRECTORY
22 perl Makefile.PL
23 make
24 make test
25
26 A build that fails tests will be left behind for analysis, and dzil
27 will exit a non-zero value. If the tests are successful, the build
28 directory will be removed and dzil will exit with status 0.
29
31 This module should work on any version of perl still receiving updates
32 from the Perl 5 Porters. This means it should work on any version of
33 perl released in the last two to three years. (That is, if the most
34 recently released version is v5.40, then this module should work on
35 both v5.40 and v5.38.)
36
37 Although it may work on older versions of perl, no guarantee is made
38 that the minimum required version will not be increased. The version
39 may be increased for any reason, and there is no promise that patches
40 will be accepted to lower the minimum required perl.
41
43 --release
44 This will run the test suite with RELEASE_TESTING=1
45
46 --automated
47 This will run the test suite with AUTOMATED_TESTING=1
48
49 --extended
50 This will run the test suite with EXTENDED_TESTING=1
51
52 --no-author
53 This will run the test suite without setting AUTHOR_TESTING
54
55 --all
56 Equivalent to --release --automated --extended --author
57
59 Ricardo SIGNES 😏 <rjbs@semiotic.systems>
60
62 This software is copyright (c) 2022 by Ricardo SIGNES.
63
64 This is free software; you can redistribute it and/or modify it under
65 the same terms as the Perl 5 programming language system itself.
66
67
68
69perl v5.36.0 2022-09-01Dist::Zilla::App::Command::test(3)