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.014
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 --release
32 This will run the test suite with RELEASE_TESTING=1
33
34 --automated
35 This will run the test suite with AUTOMATED_TESTING=1
36
37 --extended
38 This will run the test suite with EXTENDED_TESTING=1
39
40 --no-author
41 This will run the test suite without setting AUTHOR_TESTING
42
43 --all
44 Equivalent to --release --automated --extended --author
45
47 Ricardo SIGNES 😏 <rjbs@cpan.org>
48
50 This software is copyright (c) 2020 by Ricardo SIGNES.
51
52 This is free software; you can redistribute it and/or modify it under
53 the same terms as the Perl 5 programming language system itself.
54
55
56
57perl v5.30.1 2020-03-03Dist::Zilla::App::Command::test(3)