Ricardo Signes > Dist-Zilla > Dist::Zilla::App::Command::install

Download:
Dist-Zilla-1.093250.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Stalled  1
View Bugs
Report a bug
Module Version: 1.093250   Source  

NAME ^

Dist::Zilla::App::Command::install - install your dist

VERSION ^

version 1.093250

SYNOPSIS ^

Installs your distribution using a specified command.

    dzil install [--install-command="cmd"]

EXAMPLE ^

    $ dzil install
    $ dzil install --install-command="cpan ."

OPTIONS ^

--install-command

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 "."

AUTHOR ^

  Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE ^

This software is copyright (c) 2009 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.