diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-06-25 08:02:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-25 08:02:36 +0700 |
commit | c9dea2232e250f1b052764b9d8f506155fd8e746 (patch) | |
tree | 385f8a0f2c7fe0fca7bb3ddb570ec8660a56a15c /perl/perl-Module-ScanDeps/slack-desc | |
parent | a0b7c0e0f064a0c0fa515bc6db7e725c545df77f (diff) | |
download | slackbuilds-c9dea2232e250f1b052764b9d8f506155fd8e746.tar.gz |
perl/perl-Module-ScanDeps: Added (Scan Perl code for dependencies).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Module-ScanDeps/slack-desc')
-rw-r--r-- | perl/perl-Module-ScanDeps/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-Module-ScanDeps/slack-desc b/perl/perl-Module-ScanDeps/slack-desc new file mode 100644 index 0000000000..6133996c36 --- /dev/null +++ b/perl/perl-Module-ScanDeps/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-Module-ScanDeps: perl-Module-ScanDeps (Recursively scan Perl code for dependencies). +perl-Module-ScanDeps: +perl-Module-ScanDeps: This module scans potential modules used by perl programs, and returns +perl-Module-ScanDeps: a hash reference; its keys are the module names as appears in %INC +perl-Module-ScanDeps: (e.g. Test/More.pm). +perl-Module-ScanDeps: +perl-Module-ScanDeps: Home page: https://metacpan.org/pod/Module::ScanDeps +perl-Module-ScanDeps: +perl-Module-ScanDeps: +perl-Module-ScanDeps: +perl-Module-ScanDeps: |