diff options
-rw-r--r-- | perl-yaml-old/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-yaml-old/PKGBUILD b/perl-yaml-old/PKGBUILD index 92a30dc84..782f17040 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 |