1Dist::Zilla::App::CommaUnsde:r:nCeown(t3r)ibuted Perl DoDciusmte:n:tZaitliloan::App::Command::new(3)
2
3
4
6 Dist::Zilla::App::Command::new - mint a new dist
7
9 version 4.300002
10
12 Creates a new Dist-Zilla based distribution under the current
13 directory.
14
15 $ dzil new Main::Module::Name
16
17 There are two arguments, "-p" and "-P". "-P" specify the minting
18 profile provider and "-p" - the profile name.
19
20 The default profile provider first looks in the
21 ~/.dzil/profiles/$profile_name and then among standard profiles,
22 shipped with Dist::Zilla. For example:
23
24 $ dzil new -p work Corporate::Library
25
26 This command would instruct "dzil" to look in ~/.dzil/profiles/work for
27 a profile.ini (or other "profile" config file). If no profile name is
28 given, "dzil" will look for the "default" profile. If no default
29 directory exists, it will use a very simple configuration shipped with
30 Dist::Zilla.
31
32 $ dzil new -P Foo Corporate::Library
33
34 This command would instruct "dzil" to consult the Foo provider about
35 the directory of 'default' profile.
36
38 Ricardo SIGNES <rjbs@cpan.org>
39
41 This software is copyright (c) 2011 by Ricardo SIGNES.
42
43 This is free software; you can redistribute it and/or modify it under
44 the same terms as the Perl 5 programming language system itself.
45
46
47
48perl v5.12.4 2011-09-22 Dist::Zilla::App::Command::new(3)