summaryrefslogtreecommitdiff
path: root/perl-ipc-run3/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-07 11:22:11 +0200
committerErich Eckner <git@eckner.net>2017-09-07 11:22:11 +0200
commit8d8402e60e2a53f8752eebf0ec4c81c343f390fa (patch)
tree18a27cfff6e068e9c0f1aead2e43f6cd690f96a1 /perl-ipc-run3/PKGBUILD
parent3b649e6eba1da05443e92ba1f3e5d37fb9e6acc8 (diff)
downloadarchlinuxewe-8d8402e60e2a53f8752eebf0ec4c81c343f390fa.tar.xz
perl-ipc-run3: enable all tests
Diffstat (limited to 'perl-ipc-run3/PKGBUILD')
-rw-r--r--perl-ipc-run3/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-ipc-run3/PKGBUILD b/perl-ipc-run3/PKGBUILD
index 405ba82d5..cc8988365 100644
--- a/perl-ipc-run3/PKGBUILD
+++ b/perl-ipc-run3/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='perl-ipc-run3'
pkgver='0.048'
-pkgrel='4'
+pkgrel='5'
pkgdesc='run a subprocess with input/ouput redirection'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -12,7 +12,9 @@ depends=(
'perl-time-hires')
makedepends=(
'perl-extutils-makemaker')
-checkdepends=()
+checkdepends=(
+ 'perl-test-pod'
+ 'perl-test-pod-coverage')
url='https://metacpan.org/release/IPC-Run3'
_distdir="IPC-Run3-${pkgver}"
source=("https://cpan.metacpan.org/authors/id/R/RJ/RJBS/${_distdir}.tar.gz")
@@ -34,6 +36,7 @@ build() {
check() {
cd "$srcdir/$_distdir"
( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ export RELEASE_TESTING=1
make test
)
}