The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

VERSION

version 1.093290

SYNOPSIS

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

    dzil build [--tgz|--notgz]

EXAMPLE

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

OPTIONS

--tgz | --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.

AUTHOR

  Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

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.