diff options
-rw-r--r-- | perl-test-useallmodules/PKGBUILD | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/perl-test-useallmodules/PKGBUILD b/perl-test-useallmodules/PKGBUILD index 0589f616e..7fdcc3ce7 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 |