1Dist::Zilla::App::CommaUnsde:r:bCuoinltdr(i3b)uted PerlDDiosctu:m:eZnitlaltai:o:nApp::Command::build(3)
2
3
4
6 Dist::Zilla::App::Command::build - build your dist
7
9 version 4.300002
10
12 dzil build [ --trial ] [ --tgz | --no-tgz ] [ --in /path/to/build/dir ]
13
15 This command is a very thin layer over the Dist::Zilla "build" method,
16 which does all the things required to build your distribution. By
17 default, it will also archive your distribution and leave you with a
18 complete, ready-to-release distribution tarball.
19
21 $ dzil build
22 $ dzil build --no-tgz
23 $ dzil build --in /path/to/build/dir
24
26 --trial
27 This will build a trial distribution. Among other things, it will
28 generally mean that the built tarball's basename ends in -TRIAL.
29
30 --tgz | --no-tgz
31 Builds a .tar.gz in your project directory after building the
32 distribution.
33
34 --tgz behaviour is by default, use --no-tgz to disable building an
35 archive.
36
37 --in
38 Specifies the directory into which the distribution should be built.
39 If necessary, the directory will be created. An archive will not be
40 created.
41
43 Ricardo SIGNES <rjbs@cpan.org>
44
46 This software is copyright (c) 2011 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.12.4 2011-09-22Dist::Zilla::App::Command::build(3)