summaryrefslogtreecommitdiffstats
path: root/perl/perl-www-mechanize/perl-www-mechanize.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--perl/perl-www-mechanize/perl-www-mechanize.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/perl/perl-www-mechanize/perl-www-mechanize.SlackBuild b/perl/perl-www-mechanize/perl-www-mechanize.SlackBuild
index e7f8f025b2..69525147e8 100644
--- a/perl/perl-www-mechanize/perl-www-mechanize.SlackBuild
+++ b/perl/perl-www-mechanize/perl-www-mechanize.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for perl-www-mechanize
# Copyright 2010-2012 Binh Nguyen <binhvng@gmail.com>
-# Copyright 2015-2016 Brenton Earl <brent@exitstatusone.com>
+# Copyright 2015-2017 Brenton Earl <brent@exitstatusone.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-www-mechanize
-VERSION=${VERSION:-1.75}
+VERSION=${VERSION:-1.84}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -32,7 +32,7 @@ SRCNAM=WWW-Mechanize
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -63,7 +63,6 @@ perl Makefile.PL \
INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
-make test
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \