p5-Module-ScanDeps-1.37
recursively scan Perl code for dependencies
Back to search · Project homepage
Description
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 with this structure:
{
file => '/usr/libdata/perl5/Test/More.pm',
key => 'Test/More.pm',
type => 'module', # or 'autoload', 'data', 'shared'
used_by => [ 'Test/Simple.pm', ... ],
}
Package information
- Ports path
- devel/p5-Module-ScanDeps
- Package architecture
- *
- Maintainer
- The OpenBSD ports mailing-list <ports@openbsd.org>
- Categories
- devel, perl5
- Available flavors
- None listed
These are ports metadata. Binary availability depends on the release, architecture and mirror. Build and test dependencies are not an installation checklist.
Direct dependencies
Test
Used by (2 dependency relationships)
Includes library, runtime, build and test relationships. Results load 100 at a time.