summaryrefslogtreecommitdiff
path: root/perl-perinci-sub-getargs-array
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-09-12 10:29:39 +0200
committerErich Eckner <git@eckner.net>2017-09-12 10:29:39 +0200
commitada78ac845d8d50756f70aeca8f9d8c443390165 (patch)
treeef616dc542a1de6a7883b6562580d865d16e9166 /perl-perinci-sub-getargs-array
parentde24fae134f8f77511cc37d01d6b54767552d8f9 (diff)
downloadarchlinuxewe.git.save-ada78ac845d8d50756f70aeca8f9d8c443390165.tar.xz
perl-perinci-sub-getargs-array: enable author tests
Diffstat (limited to 'perl-perinci-sub-getargs-array')
-rw-r--r--perl-perinci-sub-getargs-array/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl-perinci-sub-getargs-array/PKGBUILD b/perl-perinci-sub-getargs-array/PKGBUILD
index 4417e9f2..e7d80b8d 100644
--- a/perl-perinci-sub-getargs-array/PKGBUILD
+++ b/perl-perinci-sub-getargs-array/PKGBUILD
@@ -20,6 +20,11 @@ makedepends=(
'perl-pathtools'
'perl-test-simple>=0.98'
)
+checkdepends=(
+ 'perl-pod-coverage-trustpod'
+ 'perl-test-pod'
+ 'perl-test-pod-coverage'
+)
url='https://metacpan.org/release/Perinci-Sub-GetArgs-Array'
_distdir="Perinci-Sub-GetArgs-Array-${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