summaryrefslogtreecommitdiff
path: root/perl-perinci-sub-propertyutil
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-12 10:30:39 +0200
committerErich Eckner <git@eckner.net>2017-09-12 10:30:39 +0200
commit8b62af0b898e3a9c6e440e794a0e416db94fc5ed (patch)
treec59ef389e2220cd1795fe5e755100008ebc9c07c /perl-perinci-sub-propertyutil
parentbcc6c1da470eec11f2801e06349bfa5914813098 (diff)
downloadarchlinuxewe.git.save-8b62af0b898e3a9c6e440e794a0e416db94fc5ed.tar.xz
perl-perinci-sub-propertyutil: enable author tests
Diffstat (limited to 'perl-perinci-sub-propertyutil')
-rw-r--r--perl-perinci-sub-propertyutil/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl-perinci-sub-propertyutil/PKGBUILD b/perl-perinci-sub-propertyutil/PKGBUILD
index ba747383..8ee947bc 100644
--- a/perl-perinci-sub-propertyutil/PKGBUILD
+++ b/perl-perinci-sub-propertyutil/PKGBUILD
@@ -20,6 +20,11 @@ makedepends=(
'perl-pathtools'
'perl-test-simple'
)
+checkdepends=(
+ 'perl-pod-coverage-trustpod'
+ 'perl-test-pod'
+ 'perl-test-pod-coverage'
+)
url='https://metacpan.org/release/Perinci-Sub-PropertyUtil'
_distdir="Perinci-Sub-PropertyUtil-${pkgver}"
source=("https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/${_distdir}.tar.gz")
@@ -48,6 +53,8 @@ build() {
check() {
cd "${srcdir}/${_distdir}"
+ export AUTHOR_TESTING=1
+
# If using Makefile.PL
if [ -r Makefile.PL ]; then
make test