perl-Module-ScanDeps 0.95

Recursively scan Perl code for dependencies
This module scans potential modules used by perl programs and returns a
hash reference. Its keys are the module names as appears in %INC (e.g.
Test/More.pm). The values are hash references.