summaryrefslogtreecommitdiff
path: root/perl-perinci-sub-wrapper
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-12 10:31:35 +0200
committerErich Eckner <git@eckner.net>2017-09-12 10:31:35 +0200
commitf1de72cebc557bccc3fb17c74fac9c50b575a0aa (patch)
tree73230831188e1681627d49636921efc5f7f490bb /perl-perinci-sub-wrapper
parent8b62af0b898e3a9c6e440e794a0e416db94fc5ed (diff)
downloadarchlinuxewe.git.save-f1de72cebc557bccc3fb17c74fac9c50b575a0aa.tar.xz
perl-perinci-sub-wrapper: enable author tests
Diffstat (limited to 'perl-perinci-sub-wrapper')
-rw-r--r--perl-perinci-sub-wrapper/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl-perinci-sub-wrapper/PKGBUILD b/perl-perinci-sub-wrapper/PKGBUILD
index a3cd1c68..80c5fa7f 100644
--- a/perl-perinci-sub-wrapper/PKGBUILD
+++ b/perl-perinci-sub-wrapper/PKGBUILD
@@ -32,6 +32,11 @@ makedepends=(
'perl-test-exception'
'perl-test-simple>=0.98'
)
+checkdepends=(
+ 'perl-pod-coverage-trustpod'
+ 'perl-test-pod'
+ 'perl-test-pod-coverage'
+)
url='https://metacpan.org/release/Perinci-Sub-Wrapper'
_distdir="Perinci-Sub-Wrapper-${pkgver}"
source=("https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/${_distdir}.tar.gz")
@@ -60,6 +65,8 @@ build() {
check() {
cd "${srcdir}/${_distdir}"
+ export AUTHOR_TESTING=1
+
# If using Makefile.PL
if [ -r Makefile.PL ]; then
make test