perl/perl-Module-ScanDeps: Updated for version 1.20.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2e93d16b04
commit
bc6ee54adf
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue