NAME
Shipwright::Script::Requires - list CPAN modules the source depends on
SYNOPSIS
requires SOURCE
OPTIONS
-l [--log-level] LOGLEVEL : specify the log level
--log-file FILENAME : specify the log file
--version : specify the source's version
--skip : specify a list of modules/dist names of
which we don't want to show
--skip-recommends : specify a list of modules/dist names of
which recommends we don't want to show
--skip-all-recommends : skip all the recommends to show
--min-perl-version : minimal perl version (default is the same as
the one which runs this command)
--include-dual-lifed : include modules which live both in the perl core
and on CPAN
--as-graph : output a graph source suitable for rendering
by dot (http://graphviz.org)
DESCRIPTION
The requires command only show the requirements of the source, it doesn't create or import at all. SOURCE format is like in other cmds, e.g. cpan:Moose
AUTHORS
sunnavy <sunnavy@bestpractical.com>
LICENCE AND COPYRIGHT
Shipwright is Copyright 2007-2010 Best Practical Solutions, LLC.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.