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 6.024
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 dependencies
19 in one quick go.
20
22 This module should work on any version of perl still receiving updates
23 from the Perl 5 Porters. This means it should work on any version of
24 perl released in the last two to three years. (That is, if the most
25 recently released version is v5.40, then this module should work on
26 both v5.40 and v5.38.)
27
28 Although it may work on older versions of perl, no guarantee is made
29 that the minimum required version will not be increased. The version
30 may be increased for any reason, and there is no promise that patches
31 will be accepted to lower the minimum required perl.
32
34 --author (or --develop)
35 Include author dependencies (those listed under "develop_requires").
36
37 --missing
38 List only dependencies which are unsatisfied.
39
40 --requires / --no-requires
41 Add required dependencies to the list (or don't).
42
43 Default: on.
44
45 --recommends / --no-recommends
46 Add recommended dependencies to the list (or don't).
47
48 Default: on.
49
50 --suggests / --no-suggests
51 Add suggested dependencies to the list (or don't).
52
53 Default: off.
54
55 --versions
56 Also display the required versions of listed modules.
57
58 --cpanm-versions
59 Also display the required versions of listed modules, but in a format
60 suitable for piping into cpanm.
61
62 --json
63 Lists all prerequisites in JSON format, as they would appear in
64 META.json (broken out into phases and types)
65
67 This code was originally more or less a direct copy of Marcel Gruenauer
68 (hanekomu) Dist::Zilla::App::Command::prereqs, updated to work with the
69 Dist::Zilla v2 API.
70
72 Ricardo SIGNES 😏 <rjbs@semiotic.systems>
73
75 This software is copyright (c) 2021 by Ricardo SIGNES.
76
77 This is free software; you can redistribute it and/or modify it under
78 the same terms as the Perl 5 programming language system itself.
79
80
81
82perl v5.34.0 2022-01D-i2s1t::Zilla::App::Command::listdeps(3)