summaryrefslogtreecommitdiff
path: root/perl-const-fast
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-08-30 10:43:44 +0200
committerErich Eckner <git@eckner.net>2017-08-30 10:43:44 +0200
commitc2b7244562697fa79ecbce17b60a1b24ebccc43d (patch)
tree6bb3d8c93aebb5e3c5028c3e032883947abed862 /perl-const-fast
parentb49e52138c2ab9ebba56ecdf4eedda631ea1dcf6 (diff)
downloadarchlinuxewe.git.save-c2b7244562697fa79ecbce17b60a1b24ebccc43d.tar.xz
perl-const-fast: enable all tests
Diffstat (limited to 'perl-const-fast')
-rw-r--r--perl-const-fast/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
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
)
}