diff options
author | Erich Eckner <git@eckner.net> | 2017-09-12 10:30:39 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-12 10:30:39 +0200 |
commit | 8b62af0b898e3a9c6e440e794a0e416db94fc5ed (patch) | |
tree | c59ef389e2220cd1795fe5e755100008ebc9c07c | |
parent | bcc6c1da470eec11f2801e06349bfa5914813098 (diff) | |
download | archlinuxewe.git.save-8b62af0b898e3a9c6e440e794a0e416db94fc5ed.tar.xz |
perl-perinci-sub-propertyutil: enable author tests
-rw-r--r-- | perl-perinci-sub-propertyutil/PKGBUILD | 7 |
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 |