From dc70b977d379fd5c70014f65cf974a3b1643d6ac Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 29 Aug 2017 22:43:19 +0200 Subject: perl-module-cpanfile: enable all tests --- perl-module-cpanfile/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl-module-cpanfile') diff --git a/perl-module-cpanfile/PKGBUILD b/perl-module-cpanfile/PKGBUILD index e08a3d86..09646cbb 100644 --- a/perl-module-cpanfile/PKGBUILD +++ b/perl-module-cpanfile/PKGBUILD @@ -20,6 +20,9 @@ makedepends=( 'perl-extutils-makemaker' 'perl-test-simple>=0.88' ) +checkdepends=( + 'perl-test-pod' +) url='https://metacpan.org/release/Module-CPANfile' _distdir="Module-CPANfile-${pkgver}" source=("https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/${_distdir}.tar.gz") @@ -48,6 +51,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