DragonFly On-Line Manual Pages

Search: Section:  


CHECKDEPS(1)          User Contributed Perl Documentation         CHECKDEPS(1)

NAME

checkdeps - Check for code dependencies

VERSION

version 0.08

SYNOPSIS

checkdeps [OPTIONS] file.pl Options: --all - show every dependencies (even if installed) --format - set output format (optional)

OPTIONS

--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).

AUTHOR

Alessandro Ghedini <alexbio@cpan.org>

SEE ALSO

scandeps.pl

LICENSE AND COPYRIGHT

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. perl v5.20.2 2011-04-07 CHECKDEPS(1)

Search: Section: