summaryrefslogtreecommitdiff
path: root/perl-math-utils
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-07 15:30:34 +0200
committerErich Eckner <git@eckner.net>2017-09-07 15:30:34 +0200
commit07160b88694c001eb31dcaec2794c323f1184c30 (patch)
tree4255e6318aeb32130e0581332798f583654dc8dc /perl-math-utils
parentcbd7dd00b114667ad8439440edcd51be6d816e6c (diff)
downloadarchlinuxewe.git.save-07160b88694c001eb31dcaec2794c323f1184c30.tar.xz
perl-math-utils: enable all tests
Diffstat (limited to 'perl-math-utils')
-rw-r--r--perl-math-utils/PKGBUILD8
1 files changed, 7 insertions, 1 deletions
diff --git a/perl-math-utils/PKGBUILD b/perl-math-utils/PKGBUILD
index 8a2179d3..9d53e8b0 100644
--- a/perl-math-utils/PKGBUILD
+++ b/perl-math-utils/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-math-utils'
pkgver=1.11
-pkgrel='3'
+pkgrel='4'
pkgdesc='Useful mathematical functions not in Perl'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -15,6 +15,10 @@ makedepends=(
'perl-module-build>=0.4'
'perl-test-simple'
)
+checkdepends=(
+ 'perl-test-checkmanifest'
+ 'perl-test-pod'
+)
url='https://metacpan.org/release/Math-Utils'
_distdir="Math-Utils-${pkgver}"
source=("https://cpan.metacpan.org/authors/id/J/JG/JGAMBLE/${_distdir}.tar.gz")
@@ -43,6 +47,8 @@ build() {
check() {
cd "${srcdir}/${_distdir}"
+ export RELEASE_TESTING=1
+
# If using Makefile.PL
if [ -r Makefile.PL ]; then
make test