1Dist::Zilla::App::CommaUnsde:r:lCiosnttdreipbsu(t3e)d PeDrilstD:o:cZuimlelnat:a:tAipopn::Command::listdeps(3)
2
3
4
6 Dist::Zilla::App::Command::listdeps - print your distribution's
7 prerequisites
8
10 version 4.300002
11
13 $ dzil listdeps | cpan
14
16 This is a command plugin for Dist::Zilla. It provides the "listdeps"
17 command, which prints your distribution's prerequisites. You could pipe
18 that list to a CPAN client like cpan to install all of the dependecies
19 in one quick go. This will include author dependencies (those listed
20 under "develop_requires") if the "--author" flag is passed. You can
21 also pass the "--missing" flag to list only dependencies which are
22 unsatisfied.
23
25 This code is more or less a direct copy of Marcel Gruenauer (hanekomu)
26 Dist::Zilla::App::Command::prereqs, updated to work with the
27 Dist::Zilla v2 API.
28
30 Ricardo SIGNES <rjbs@cpan.org>
31
33 This software is copyright (c) 2011 by Ricardo SIGNES.
34
35 This is free software; you can redistribute it and/or modify it under
36 the same terms as the Perl 5 programming language system itself.
37
38
39
40perl v5.12.4 2011-09D-i2s2t::Zilla::App::Command::listdeps(3)