diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-10-06 22:26:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-06 22:26:36 +0700 |
commit | bc6ee54adf415ecb5a46c72efbaa0aa2b00762e0 (patch) | |
tree | 1017859e5bad68da369905a885bf99d0abfbcdfe /perl/perl-Module-ScanDeps/README | |
parent | 2e93d16b04f040ef2fb2fc5b9fcc5810a63c78d2 (diff) |
perl/perl-Module-ScanDeps: Updated for version 1.20.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Module-ScanDeps/README')
-rw-r--r-- | perl/perl-Module-ScanDeps/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl/perl-Module-ScanDeps/README b/perl/perl-Module-ScanDeps/README index 0cd4c704f4e26..a1e7e5e22cf47 100644 --- a/perl/perl-Module-ScanDeps/README +++ b/perl/perl-Module-ScanDeps/README @@ -1,3 +1,7 @@ perl-Module-ScanDeps (Recursively scan Perl code for dependencies). -This module scans potential modules used by perl programs, and returns a hash reference; +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). + +Optional deps (for tests only): perl-Test-Pod, perl-Module-Pluggable. |