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.
| Tags | Perl Development |
|---|---|
| Licenses | GPL v2 Or Later |
| Operating Systems | OS Independent POSIX |
| Implementation | Perl |