summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl-data-uuid/PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/perl-data-uuid/PKGBUILD b/perl-data-uuid/PKGBUILD
index faa085682..58825e36b 100644
--- a/perl-data-uuid/PKGBUILD
+++ b/perl-data-uuid/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-data-uuid'
pkgver='1.221'
-pkgrel='3'
+pkgrel='4'
pkgdesc='Globally/Universally Unique Identifiers (GUIDs/UUIDs)'
arch=('x86_64' 'i686')
license=('PerlArtistic' 'GPL')
@@ -12,6 +12,9 @@ depends=(
'perl-digest-md5')
makedepends=(
'perl-extutils-makemaker')
+checkdepends=(
+ 'perl-test-pod'
+ 'perl-test-pod-coverage')
url='https://metacpan.org/release/Data-UUID'
_distdir="Data-UUID-${pkgver}"
source=("https://cpan.metacpan.org/authors/id/R/RJ/RJBS/${_distdir}.tar.gz")
@@ -40,6 +43,8 @@ build() {
check() {
cd "${srcdir}/${_distdir}"
+ export AUTHOR_TESTING=1
+
# If using Makefile.PL
if [ -r Makefile.PL ]; then
make test