summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Nishant Limbachia <nishant@mnspace.net>2014-12-02 09:46:29 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-02 09:46:29 +0700
commit3c178446237374b07de96cdeba9a9498972014b1 (patch)
tree32dcb962f36e3c2028a73ec976396e03c5236721 /perl
parent9c099c3d6937a1302ca800292122758c62e85c3d (diff)
downloadslackbuilds-3c178446237374b07de96cdeba9a9498972014b1.tar.gz
slackbuilds-3c178446237374b07de96cdeba9a9498972014b1.tar.xz
perl/perl-Test-Exception: Updated for version 0.35.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Test-Exception/perl-Test-Exception.SlackBuild11
-rw-r--r--perl/perl-Test-Exception/perl-Test-Exception.info8
2 files changed, 9 insertions, 10 deletions
diff --git a/perl/perl-Test-Exception/perl-Test-Exception.SlackBuild b/perl/perl-Test-Exception/perl-Test-Exception.SlackBuild
index 3e78f2c3a4..f5cbd39499 100644
--- a/perl/perl-Test-Exception/perl-Test-Exception.SlackBuild
+++ b/perl/perl-Test-Exception/perl-Test-Exception.SlackBuild
@@ -3,7 +3,7 @@
# Slackware Package Build Script for perl modules: Test::Exception
# Home Page http://search.cpan.org/dist/Test-Exception/
-# Copyright (c) 2008-2011, Nishant Limbachia, Hoffman Estates, IL, USA
+# Copyright (c) 2008-2014, Nishant Limbachia, Hoffman Estates, IL, USA
# <nishant _AT_ mnspace _DOT_ net>
# All rights reserved.
#
@@ -26,7 +26,7 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Test-Exception
-VERSION=${VERSION:-0.32}
+VERSION=${VERSION:-0.35}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -62,13 +62,12 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
tar xzvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $TMP/$SRCNAM-$VERSION
-
chown -R root.root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
perl Makefile.PL \
diff --git a/perl/perl-Test-Exception/perl-Test-Exception.info b/perl/perl-Test-Exception/perl-Test-Exception.info
index a17f09ab23..f396afc76f 100644
--- a/perl/perl-Test-Exception/perl-Test-Exception.info
+++ b/perl/perl-Test-Exception/perl-Test-Exception.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Test-Exception"
-VERSION="0.32"
-HOMEPAGE="https://metacpan.org/pod/Test::Exception"
-DOWNLOAD="http://www.cpan.org/authors/id/A/AD/ADIE/Test-Exception-0.32.tar.gz"
-MD5SUM="50e985a335842540b69ea886eeed8a7f"
+VERSION="0.35"
+HOMEPAGE="http://search.cpan.org/dist/Test-Exception/"
+DOWNLOAD="http://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Test-Exception-0.35.tar.gz"
+MD5SUM="d774ff26e5fcd67d6364a990b61e62ca"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Sub-Uplevel"