| Dist-Zilla documentation | view source | Contained in the Dist-Zilla distribution. |
Dist::Zilla::App::Command::listdeps - print your distribution's prerequisites
version 4.200008
$ dzil listdeps | cpan
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.
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.
Ricardo SIGNES <rjbs@cpan.org>
This software is copyright (c) 2011 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 documentation | view source | Contained in the Dist-Zilla distribution. |