NAME
Dist::Zilla::App::Command::new - mint a new dist
VERSION
version 4.101582
SYNOPSIS
Creates a new Dist-Zilla based distribution under the current directory.
$ dzil new Main::Module::Name
There is one useful argument, -p
. If given, it instructs dzil
to look for dist minting configuration under the given name. For example:
$ dzil new -p work Corporate::Library
This command would instruct dzil
to look in ~/.dzil/profiles/work for a profile.ini (or other "profile" config file). If no profile name is given, dzil
will look for the default
profile. If no default directory exists, it will use a very simple configuration shipped with Dist::Zilla.
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.