| Dist::Zilla::App::Command::install - install your dist |
Dist::Zilla::App::Command::install - install your dist
version 2.101151
Installs your distribution using a specified command.
dzil install [--install-command="cmd"]
$ dzil install
$ dzil install --install-command="cpan ."
This defines what command to run after building the dist in the dist dir.
Any value that works with system is accepted.
If not specified, calls
perl -MCPAN -einstall "."
Ricardo SIGNES <rjbs@cpan.org>
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.
| Dist::Zilla::App::Command::install - install your dist |