1Dist::Zilla::App::CommaUnsde:r:sCmoonkter(i3b)uted PerlDDiosctu:m:eZnitlaltai:o:nApp::Command::smoke(3)
2
3
4

NAME

6       Dist::Zilla::App::Command::smoke - smoke your dist
7

VERSION

9       version 6.012
10

SYNOPSIS

12         dzil smoke [ --release ] [ --author ] [ --no-automated ]
13

DESCRIPTION

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

OPTIONS

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

AUTHOR

43       Ricardo SIGNES 😏 <rjbs@cpan.org>
44
46       This software is copyright (c) 2018 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.30.0                      2019-07-26Dist::Zilla::App::Command::smoke(3)
Impressum