aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Test-Inter/perl-Test-Inter.SlackBuild
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-20 20:35:19 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-03-20 20:42:26 +0700
commitfa6969431a8ceb839155639102159f8b2be01e33 (patch)
treefa944b3926d9bfcc88e42affd51132b046c387e3 /perl/perl-Test-Inter/perl-Test-Inter.SlackBuild
parentda3876c7055e2989f2607182fe21cd3b90ee069c (diff)
perl/perl-Test-Inter: Updated for version 1.09.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 4a1a55b058f0e..b03ab3ed0b720 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 {} \;