From 2c897a03f34eecd16ce56232705aac55a6cfa02c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 29 Aug 2017 22:54:42 +0200 Subject: perl-test-useallmodules new --- perl-test-useallmodules/PKGBUILD | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'perl-test-useallmodules') diff --git a/perl-test-useallmodules/PKGBUILD b/perl-test-useallmodules/PKGBUILD index 0589f616..7fdcc3ce 100644 --- a/perl-test-useallmodules/PKGBUILD +++ b/perl-test-useallmodules/PKGBUILD @@ -5,7 +5,7 @@ pkgname='perl-test-useallmodules' pkgver='0.17' pkgrel='1' pkgdesc='do use_ok() for all the MANIFESTed modules' -arch=('x86_64' 'i686') +arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( @@ -16,6 +16,10 @@ depends=( makedepends=( 'perl-extutils-makemaker' ) +checkdepends=( + 'perl-test-pod' + 'perl-test-pod-coverage' +) url='https://metacpan.org/release/Test-UseAllModules' _distdir="Test-UseAllModules-${pkgver}" source=("https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/${_distdir}.tar.gz") @@ -44,6 +48,8 @@ build() { check() { cd "${srcdir}/${_distdir}" + export TEST_POD=1 + # If using Makefile.PL if [ -r Makefile.PL ]; then make test -- cgit v1.2.3-54-g00ecf