diff options
-rw-r--r-- | perl-lib-filter/PKGBUILD | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perl-lib-filter/PKGBUILD b/perl-lib-filter/PKGBUILD index 7f5f694e..c5fc0495 100644 --- a/perl-lib-filter/PKGBUILD +++ b/perl-lib-filter/PKGBUILD @@ -23,6 +23,11 @@ makedepends=( 'perl-test-needs' 'perl-test-simple>=0.98' ) +checkdepends=( + 'perl-pod-coverage-trustpod' + 'perl-test-pod' + 'perl-test-pod-coverage' +) url='https://metacpan.org/release/lib-filter' _distdir="lib-filter-${pkgver}" source=("https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/${_distdir}.tar.gz") @@ -51,6 +56,8 @@ build() { check() { cd "${srcdir}/${_distdir}" + export AUTHOR_TESTING=1 + # If using Makefile.PL if [ -r Makefile.PL ]; then make test |