diff options
Diffstat (limited to 'perl-const-fast/PKGBUILD')
-rw-r--r-- | perl-const-fast/PKGBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/perl-const-fast/PKGBUILD b/perl-const-fast/PKGBUILD index 1a0987fe7..1fa568659 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 ) } |