Dist::Zilla::App::Command::listdeps - print your distribution's prerequisites


Dist-Zilla documentation  | view source Contained in the Dist-Zilla distribution.

Index


NAME

Top

Dist::Zilla::App::Command::listdeps - print your distribution's prerequisites

VERSION

Top

version 4.200008

SYNOPSIS

Top

  $ dzil listdeps | cpan

DESCRIPTION

Top

This is a command plugin for Dist::Zilla. It provides the listdeps command, which prints your distribution's prerequisites. You could pipe that list to a CPAN client like cpan to install all of the dependecies in one quick go. This will include author dependencies (those listed under develop_requires) if the --author flag is passed. You can also pass the --missing flag to list only dependencies which are unsatisfied.

ACKNOWLEDGEMENTS

Top

This code is more or less a direct copy of Marcel Gruenauer (hanekomu) Dist::Zilla::App::Command::prereqs, updated to work with the Dist::Zilla v2 API.

AUTHOR

Top

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

Top


Dist-Zilla documentation  | view source Contained in the Dist-Zilla distribution.