checkdeps - Check for code dependencies
checkdeps [OPTIONS] file.pl
Options:
--all - show every dependencies (even if installed)
--format - set output format (optional)
- --all, -a
- Make "checkdeps" list every dependencies
of the code, even if already installed.
- --format, -f FORMAT
- Specifies the format of the output. Must be:
- oneline
- Print every module in the same line.
- multiline
- Print every module on a different line (default).
Alessandro Ghedini <alexbio@cpan.org>
Copyright 2010 Alessandro Ghedini.
This program is free software; you can redistribute it and/or
modify it under the terms of either: the GNU General Public License as
published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.