1Dist::Zilla::App::CommaUnsde:r:sCmoonkter(i3b)uted PerlDDiosctu:m:eZnitlaltai:o:nApp::Command::smoke(3)
2
3
4
6 Dist::Zilla::App::Command::smoke - smoke your dist
7
9 version 6.017
10
12 dzil smoke [ --release ] [ --author ] [ --no-automated ]
13
15 This command builds and tests the distribution in "smoke testing mode."
16
17 This command is a thin wrapper around the test method in Dist::Zilla.
18 It builds your dist and runs the tests with the AUTOMATED_TESTING
19 environment variable turned on, so it's like doing this:
20
21 export AUTOMATED_TESTING=1
22 dzil build --no-tgz
23 cd $BUILD_DIRECTORY
24 perl Makefile.PL
25 make
26 make test
27
28 A build that fails tests will be left behind for analysis, and dzil
29 will exit a non-zero value. If the tests are successful, the build
30 directory will be removed and dzil will exit with status 0.
31
33 --release
34 This will run the test suite with RELEASE_TESTING=1
35
36 --no-automated
37 This will run the test suite without setting AUTOMATED_TESTING
38
39 --author
40 This will run the test suite with AUTHOR_TESTING=1
41
43 Ricardo SIGNES 😏 <rjbs@cpan.org>
44
46 This software is copyright (c) 2020 by Ricardo SIGNES.
47
48 This is free software; you can redistribute it and/or modify it under
49 the same terms as the Perl 5 programming language system itself.
50
51
52
53perl v5.32.0 2020-11-03Dist::Zilla::App::Command::smoke(3)