The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

checkdep - Check an author's distributions for prerequisites that have had newer releases

DESCRIPTION

This is simply a script that uses the Module::CheckDep::Version module as a convenience.

USAGE

    checkdep PAUSEID [options]

Where [options] are:

    -a|--all        Work on all dependencies, not just the author's
    -m|--module     String; Work only on a specific distribution. (eg: Mock::Sub)
    -z|--zero       Include dependencies listed with a version of zero
    -h|--help       Display this help screen

AUTHOR

Steve Bertrand, <steveb at cpan.org>

LICENSE AND COPYRIGHT

Copyright 2017 Steve Bertrand.

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.