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

NAME

scanrdeps.pl - find all reverse dependencies deeply using grep

SYNOPSIS

    scanrdeps.pl site::Import::Proto
    scanrdeps.pl -e pl,thtml -c -p /220v/220V site::Import::Proto

DESCRIPTION

scanrdeps.pl is static code analysis tool, it scans for reverse dependencies

Requires grep with -r -E and --include options

Typical use case: you want to find all perl scripts that are using particular database/table. You found module with database connection and then scan for reverse dependencies by this module

scanrdeps.pl uses regex which correnctly process use and use parent

Another use case: you want to get list of files which are affected by particular module

AUTHOR

Pavel Serikov <pavelsr@cpan.org>