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

VERSION
    version 1.0.1

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
    * "install" in Dist::Zilla::Dist::Builder

REPOSITORY
    * <https://github.com/cpanic/Dist-Zilla-App-Command-cpanm>

    * <http://search.cpan.org/dist/Dist-Zilla-App-Command-cpanm/lib/Dist/Zil
      la/App/Command/cpan.pm>

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

