perl/perl-Module-ScanDeps: Updated for version 1.20.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2015-10-06 22:26:36 +07:00 committed by Willy Sudiarto Raharjo
parent 2e93d16b04
commit bc6ee54adf
3 changed files with 9 additions and 5 deletions

View File

@ -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.

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Module-ScanDeps
VERSION=${VERSION:-1.19}
VERSION=${VERSION:-1.20}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="perl-Module-ScanDeps"
VERSION="1.19"
VERSION="1.20"
HOMEPAGE="https://metacpan.org/pod/Module::ScanDeps"
DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/Module-ScanDeps-1.19.tar.gz"
MD5SUM="ea2545dbf46bae4cc43d9d07cad77b96"
DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/Module-ScanDeps-1.20.tar.gz"
MD5SUM="283e4d4f215d6ce6a05c13e9b740f842"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Test-Requires"