summaryrefslogtreecommitdiffstats
path: root/perl/perl-Test-Inter/perl-Test-Inter.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Test-Inter/perl-Test-Inter.SlackBuild')
-rw-r--r--perl/perl-Test-Inter/perl-Test-Inter.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/perl/perl-Test-Inter/perl-Test-Inter.SlackBuild b/perl/perl-Test-Inter/perl-Test-Inter.SlackBuild
index 4a1a55b058..b03ab3ed0b 100644
--- a/perl/perl-Test-Inter/perl-Test-Inter.SlackBuild
+++ b/perl/perl-Test-Inter/perl-Test-Inter.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-Test-Inter
# Copyright 2010 V'yacheslav Stetskevych <slava18@gmail.com>
-# Copyright 2014-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
+# Copyright 2014-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
SRCNAM=Test-Inter
PRGNAM=perl-$SRCNAM
-VERSION=${VERSION:-1.07}
+VERSION=${VERSION:-1.09}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,7 +76,6 @@ perl Makefile.PL \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
-make test
make install DESTDIR=$PKG
find $PKG/usr/man -type f -exec gzip -9 {} \;