summaryrefslogtreecommitdiff
path: root/perl-perinci-sub-wrapper
diff options
context:
space:
mode:
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