diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-05-17 14:02:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-17 14:02:02 +0700 |
commit | 724a9e651b62fb3e66a7879ddac15a9bf15a4586 (patch) | |
tree | d42b7f14cd626f3b15212cc71839120f70584ee4 /perl/perl-Module-Build | |
parent | c59aaa479f506e541d9c5443df5439eef05204c9 (diff) | |
download | slackbuilds-724a9e651b62fb3e66a7879ddac15a9bf15a4586.tar.gz |
perl/perl-Module-Build: Updated for version 0.4212.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Module-Build')
-rw-r--r-- | perl/perl-Module-Build/README | 4 | ||||
-rw-r--r-- | perl/perl-Module-Build/perl-Module-Build.SlackBuild | 7 | ||||
-rw-r--r-- | perl/perl-Module-Build/perl-Module-Build.info | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/perl/perl-Module-Build/README b/perl/perl-Module-Build/README index 5887b15460..9f8ee3d431 100644 --- a/perl/perl-Module-Build/README +++ b/perl/perl-Module-Build/README @@ -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.
\ No newline at end of file +It is meant to be an alternative to ExtUtils::MakeMaker. + +Optional dependency: perl-inc-latest. diff --git a/perl/perl-Module-Build/perl-Module-Build.SlackBuild b/perl/perl-Module-Build/perl-Module-Build.SlackBuild index b79d286e0b..493419a9b3 100644 --- a/perl/perl-Module-Build/perl-Module-Build.SlackBuild +++ b/perl/perl-Module-Build/perl-Module-Build.SlackBuild @@ -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} diff --git a/perl/perl-Module-Build/perl-Module-Build.info b/perl/perl-Module-Build/perl-Module-Build.info index b8bfb31d09..73172d3a34 100644 --- a/perl/perl-Module-Build/perl-Module-Build.info +++ b/perl/perl-Module-Build/perl-Module-Build.info @@ -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" |