NAME
milla - wrapper for Milla profile
DESCRIPTION
milla is a command line wrapper for Dist::Milla. It's a wrapper for dzil, but with overriding default arguments for some commands such as new, release and install.
Specifically:
milla newis equivalent todzil new -P Millamilla installis equivalent todzil install --install-command="cpanm ."milla releaseis equivalent toDZIL_CONFIRMRELEASE_DEFAULT=1 dzil release
Other commands would behave exactly the same as dzil.