1MILLA(1) User Contributed Perl Documentation MILLA(1)
2
3
4
6 milla - wrapper for Milla profile
7
9 "milla" is a command line wrapper for Dist::Milla. It's a wrapper for
10 "dzil", but with overriding default arguments for some commands such as
11 "new", "release" and "install".
12
13 Specifically:
14
15 • "milla new" is equivalent to "dzil new -P Milla"
16
17 • "milla install" is equivalent to "dzil install
18 --install-command="cpanm .""
19
20 • "milla release" is equivalent to "DZIL_CONFIRMRELEASE_DEFAULT=1
21 dzil release"
22
23 Other commands would behave exactly the same as "dzil".
24
25
26
27perl v5.38.0 2023-07-20 MILLA(1)