From 8b62af0b898e3a9c6e440e794a0e416db94fc5ed Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 12 Sep 2017 10:30:39 +0200 Subject: perl-perinci-sub-propertyutil: enable author tests --- perl-perinci-sub-propertyutil/PKGBUILD | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'perl-perinci-sub-propertyutil') 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 -- cgit v1.2.3-54-g00ecf