NAME

Dist::Zilla::App::Command::build - build your dist

VERSION

version 3.101520

SYNOPSIS

Builds your distribution and emits tar.gz files / directories.

dzil build [ --tgz | --no-tgz | --in /path/to/build/dir ]

EXAMPLE

$ dzil build
$ dzil build --tgz
$ dzil build --no-tgz
$ dzil build --in /path/to/build/dir

OPTIONS

--tgz | --no-tgz

Builds a .tar.gz in your project directory after building the distribution.

--tgz behaviour is by default, use --no-tgz to disable building an archive.

--in

Specifies the directory into which the distribution should be built. If necessary, the directory will be created. An archive will not be created.

AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Ricardo SIGNES.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.