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 4.300002
10
12 dzil test [ --release ] [ --no-author ] [ --automated ]
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 testsuite with RELEASE_TESTING=1
33
34 --automated
35 This will run the testsuite with AUTOMATED_TESTING=1
36
37 --no-author
38 This will run the testsuite without setting AUTHOR_TESTING
39
41 Ricardo SIGNES <rjbs@cpan.org>
42
44 This software is copyright (c) 2011 by Ricardo SIGNES.
45
46 This is free software; you can redistribute it and/or modify it under
47 the same terms as the Perl 5 programming language system itself.
48
49
50
51perl v5.12.4 2011-09-22Dist::Zilla::App::Command::test(3)