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

version 1.093290

Builds your distribution and emits tar.gz files / directories.
dzil build [--tgz|--notgz]

$ dzil build
$ dzil build --tgz
$ dzil build --notgz

Builds a .tar.gz in your project directory after building the distribution.
--tgz behaviour is by default, use --notgz to disable building an archive.

Ricardo SIGNES <rjbs@cpan.org>

This software is copyright (c) 2009 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.