summaryrefslogtreecommitdiffstats
path: root/perl/perl-Module-ScanDeps/README
diff options
context:
space:
mode:
author Edinaldo P. Silva2015-10-06 17:26:36 +0200
committer Willy Sudiarto Raharjo2015-10-06 17:26:36 +0200
commitbc6ee54adf415ecb5a46c72efbaa0aa2b00762e0 (patch)
tree1017859e5bad68da369905a885bf99d0abfbcdfe /perl/perl-Module-ScanDeps/README
parent2e93d16b04f040ef2fb2fc5b9fcc5810a63c78d2 (diff)
downloadslackbuilds-bc6ee54adf415ecb5a46c72efbaa0aa2b00762e0.tar.gz
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/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl/perl-Module-ScanDeps/README b/perl/perl-Module-ScanDeps/README
index 0cd4c704f4..a1e7e5e22c 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.