perl/perl-Module-Build: Updated for version 0.4212.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2015-05-17 14:02:02 +07:00 committed by Willy Sudiarto Raharjo
parent c59aaa479f
commit 724a9e651b
3 changed files with 9 additions and 8 deletions

View file

@ -2,4 +2,6 @@ perl-Module-Build (Build and install Perl modules)
Module::Build is a system for building, testing, and installing Perl modules.
It is meant to be an alternative to ExtUtils::MakeMaker.
It is meant to be an alternative to ExtUtils::MakeMaker.
Optional dependency: perl-inc-latest.

View file

@ -1,8 +1,7 @@
#!/bin/sh
# Slackware build script for perl-Module-Build.
# Slackware build script for perl-Module-Build
# Copyright 2015 Edinaldo P. Silva <edps.mundognu@gmail.com>
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Module-Build
VERSION=${VERSION:-0.4211}
VERSION=${VERSION:-0.4212}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Module-Build"
VERSION="0.4211"
VERSION="0.4212"
HOMEPAGE="https://metacpan.org/pod/Module::Build"
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4211.tar.gz"
MD5SUM="b30f63128ae579989d0fa7df22a46ad3"
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4212.tar.gz"
MD5SUM="e5c5ecb4425bcd33574fb47a22048520"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-CPAN-Meta perl-PAR-Dist"