1Dist::Zilla::App::CommaUnsde:r:iCnosnttarlilb(u3t)ed PerDlisDto:c:uZmielnltaa:t:iAopnp::Command::install(3)
2
3
4
6 Dist::Zilla::App::Command::install - install your dist
7
9 version 6.031
10
12 Installs your distribution using a specified command.
13
14 dzil install [--install-command="cmd"]
15
17 This module should work on any version of perl still receiving updates
18 from the Perl 5 Porters. This means it should work on any version of
19 perl released in the last two to three years. (That is, if the most
20 recently released version is v5.40, then this module should work on
21 both v5.40 and v5.38.)
22
23 Although it may work on older versions of perl, no guarantee is made
24 that the minimum required version will not be increased. The version
25 may be increased for any reason, and there is no promise that patches
26 will be accepted to lower the minimum required perl.
27
29 $ dzil install
30 $ dzil install --install-command="cpan ."
31
33 --install-command
34 This defines what command to run after building the dist in the dist
35 dir.
36
37 Any value that works with "system" is accepted.
38
39 If not specified, calls (roughly):
40
41 cpanm .
42
43 For more information, look at the install method in Dist::Zilla.
44
46 Ricardo SIGNES 😏 <cpan@semiotic.systems>
47
49 This software is copyright (c) 2023 by Ricardo SIGNES.
50
51 This is free software; you can redistribute it and/or modify it under
52 the same terms as the Perl 5 programming language system itself.
53
54
55
56perl v5.36.1 2023-11-D2i1st::Zilla::App::Command::install(3)