summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2017-12-20 22:46:19 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-12-21 08:19:31 +0700
commit665896188e6c74294def4f33c67f606179d39fef (patch)
treee77d582339f30b636ab020a07b335924e82b793a /perl
parentbe4e30242cf23a8dae90d5533b7247d33fdbe5c6 (diff)
downloadslackbuilds-665896188e6c74294def4f33c67f606179d39fef.tar.gz
slackbuilds-665896188e6c74294def4f33c67f606179d39fef.tar.xz
perl/perl-Module-Install: Updated for version 1.19.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Module-Install/README8
-rw-r--r--perl/perl-Module-Install/perl-Module-Install.SlackBuild3
-rw-r--r--perl/perl-Module-Install/perl-Module-Install.info6
-rw-r--r--perl/perl-Module-Install/slack-desc6
4 files changed, 11 insertions, 12 deletions
diff --git a/perl/perl-Module-Install/README b/perl/perl-Module-Install/README
index d4e09eb81e..3a4bdba9cc 100644
--- a/perl/perl-Module-Install/README
+++ b/perl/perl-Module-Install/README
@@ -1,11 +1,11 @@
perl-Module-Install (Standalone, extensible Perl module installer)
-Module::Install is a package for writing installers for CPAN
-(or CPAN-like) distributions that are clean, simple, minimalist, act
-in a strictly correct manner with ExtUtils::MakeMaker, and will run
+Module::Install is a package for writing installers for CPAN
+(or CPAN-like) distributions that are clean, simple, minimalist, act
+in a strictly correct manner with ExtUtils::MakeMaker, and will run
on any Perl installation version 5.005 or newer.
-The intent is to make it as easy as possible for CPAN authors (and
+The intent is to make it as easy as possible for CPAN authors (and
especially for first-time CPAN authors) to have installers that follow
all the best practices for distribution installation, but involve as
much DWIM (Do What I Mean) as possible when writing them.
diff --git a/perl/perl-Module-Install/perl-Module-Install.SlackBuild b/perl/perl-Module-Install/perl-Module-Install.SlackBuild
index 540cceb30d..679e3d153f 100644
--- a/perl/perl-Module-Install/perl-Module-Install.SlackBuild
+++ b/perl/perl-Module-Install/perl-Module-Install.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Module-Install
-VERSION=${VERSION:-1.18}
+VERSION=${VERSION:-1.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,7 +76,6 @@ perl Makefile.PL \
INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
-make test
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/perl/perl-Module-Install/perl-Module-Install.info b/perl/perl-Module-Install/perl-Module-Install.info
index c77a7b62c5..70c7fb225b 100644
--- a/perl/perl-Module-Install/perl-Module-Install.info
+++ b/perl/perl-Module-Install/perl-Module-Install.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Module-Install"
-VERSION="1.18"
+VERSION="1.19"
HOMEPAGE="https://metacpan.org/pod/Module::Install"
-DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETHER/Module-Install-1.18.tar.gz"
-MD5SUM="243903a09fe8f4efa7665e2e533f21b2"
+DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETHER/Module-Install-1.19.tar.gz"
+MD5SUM="0d1b78cc13ebf9b9ad008c8928a5b2dd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-YAML-Tiny perl-File-Remove"
diff --git a/perl/perl-Module-Install/slack-desc b/perl/perl-Module-Install/slack-desc
index a2f3a3fee9..ef7e9f94cc 100644
--- a/perl/perl-Module-Install/slack-desc
+++ b/perl/perl-Module-Install/slack-desc
@@ -8,9 +8,9 @@
|-----handy-ruler------------------------------------------------------|
perl-Module-Install: perl-Module-Install (Standalone, extensible Perl module installer)
perl-Module-Install:
-perl-Module-Install: Module::Install is a package for writing installers for CPAN
-perl-Module-Install: (or CPAN-like) distributions that are clean, simple, minimalist, act
-perl-Module-Install: in a strictly correct manner with ExtUtils::MakeMaker, and will run
+perl-Module-Install: Module::Install is a package for writing installers for CPAN
+perl-Module-Install: (or CPAN-like) distributions that are clean, simple, minimalist, act
+perl-Module-Install: in a strictly correct manner with ExtUtils::MakeMaker, and will run
perl-Module-Install: on any Perl installation version 5.005 or newer.
perl-Module-Install:
perl-Module-Install: Home page: https://metacpan.org/pod/Module::Install