diff options
Diffstat (limited to 'perl-complete-path/PKGBUILD')
-rw-r--r-- | perl-complete-path/PKGBUILD | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perl-complete-path/PKGBUILD b/perl-complete-path/PKGBUILD index a00f69c22..f1fcc2c10 100644 --- a/perl-complete-path/PKGBUILD +++ b/perl-complete-path/PKGBUILD @@ -21,6 +21,11 @@ makedepends=( 'perl-pathtools' 'perl-test-simple' ) +checkdepends=( + 'perl-pod-coverage-trustpod' + 'perl-test-pod' + 'perl-test-pod-coverage' +) url='https://metacpan.org/release/Complete-Path' _distdir="Complete-Path-${pkgver}" source=("https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/${_distdir}.tar.gz") @@ -49,6 +54,8 @@ build() { check() { cd "${srcdir}/${_distdir}" + export AUTHOR_TESTING=1 + # If using Makefile.PL if [ -r Makefile.PL ]; then make test |