NAME
perl-listdeps - List dependencies in the META file
VERSION
version 0.007
SYNOPSIS
perl-listdeps [--versions] [--json] [--missing] [--omit-core=<version>]
DESCRIPTION
List all dependencies of this distribution as listed in the metafile. By default it prints just a list of module names. It takes the following options:
versions
Print the required versions along with the modules.
json
Output the dependencies in JSON format
missing
List only modules whose requirement isn't met.
author
Include development-time dependencies.
omit-core=<perl-version>
Exclude any prerequisites that are provided by that specific perl version.
AUTHOR
Leon Timmermans <leont@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.