1 project tagged "Perl Development"
perl-depends is a tool that roughly determines the modules a Perl program uses. Perl evaluates "use" commands at compile time and stores the loaded module information into the %INC variable. By examining the loaded modules and comparing them against the standard Perl modules, the external module dependencies can be roughly estimated.