From c2b7244562697fa79ecbce17b60a1b24ebccc43d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 30 Aug 2017 10:43:44 +0200 Subject: perl-const-fast: enable all tests --- perl-const-fast/PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'perl-const-fast') diff --git a/perl-const-fast/PKGBUILD b/perl-const-fast/PKGBUILD index 1a0987fe..1fa56865 100644 --- a/perl-const-fast/PKGBUILD +++ b/perl-const-fast/PKGBUILD @@ -4,7 +4,7 @@ pkgname='perl-const-fast' pkgver='0.014' -pkgrel='3' +pkgrel='4' pkgdesc="Facility for creating read-only scalars, arrays, and hashes" arch=('any') license=('PerlArtistic' 'GPL') @@ -21,7 +21,11 @@ makedepends=( 'perl-module-build-tiny>=0.021' 'perl-test-fatal' 'perl-test-simple>=0.88') -checkdepends=('perl-test-fatal') +checkdepends=( + 'perl-pod-coverage-trustpod' + 'perl-test-fatal' + 'perl-test-pod' + 'perl-test-pod-coverage') url='http://search.mcpan.org/dist/Const-Fast' source=("http://search.mcpan.org/CPAN/authors/id/L/LE/LEONT/Const-Fast-${pkgver}.tar.gz") sha512sums=('89258205fe31aa5a60759ed955e6dae305de69f4bc08251242a82eec9e37251b045908585c470106ed9047f604d3292eb3231c80504b29734966b58b8402a929') @@ -44,6 +48,7 @@ build() { check() { cd "$srcdir/$_distdir" ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" + export RELEASE_TESTING=1 /usr/bin/perl Build test ) } -- cgit v1.2.3-54-g00ecf