NAME

Dist::Zilla::App::Command::cpanm - installs your dist using cpanminus

VERSION

version 1.0.0

SYNOPSIS

$ dzil cpanm

DESCRIPTION

Installs your distribution as if you had typed:

dzil install --install-command="cpanm ."    # Really no fun at all!

Examples

As simple as it gets:
$ dzil cpanm
For those of us who aren't using Perl Brew:
$ export DZIL_CPANM_OPTS='--verbose --interactive --sudo'
$ dzil cpanm

SEE ALSO

REPOSITORY

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Dist::Zilla::App::Command::cpanm

ACKNOWLEDGEMENTS

Shamelessly butchered Richard Signes Dist::Zilla::App::Command::install code.

The need was great.

AUTHOR

Iain Campbell <cpanic@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012-2015 by Iain Campbell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.