From 6cb0946031bfcd543cfde2cd8ab24ffba7554c6a Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 12 Sep 2017 11:58:30 +0200 Subject: perl-yaml-old: enable author tests --- perl-yaml-old/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl-yaml-old') diff --git a/perl-yaml-old/PKGBUILD b/perl-yaml-old/PKGBUILD index 92a30dc8..782f1704 100644 --- a/perl-yaml-old/PKGBUILD +++ b/perl-yaml-old/PKGBUILD @@ -16,6 +16,9 @@ makedepends=( 'perl-test-simple>=0.88' 'perl-test-yaml>=1.05' ) +checkdepends=( + 'perl-test-pod' +) url='https://metacpan.org/release/YAML-Old' _distdir="YAML-Old-${pkgver}" source=("https://cpan.metacpan.org/authors/id/I/IN/INGY/${_distdir}.tar.gz") @@ -44,6 +47,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