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


NAME

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


VERSION

version 2.101151


SYNOPSIS

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

    dzil build [ --tgz | --no-tgz ]


EXAMPLE

    $ dzil build
    $ dzil build --tgz
    $ dzil build --no-tgz


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.


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.

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