summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--perl-carp-assert-more/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-carp-assert-more/PKGBUILD b/perl-carp-assert-more/PKGBUILD
index 620d5309..19c78285 100644
--- a/perl-carp-assert-more/PKGBUILD
+++ b/perl-carp-assert-more/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-carp-assert-more'
pkgver='1.14'
-pkgrel='1'
+pkgrel='2'
pkgdesc='convenience wrappers around Carp::Assert'
arch=('x86_64' 'i686')
license=('PerlArtistic' 'GPL')
@@ -17,6 +17,9 @@ depends=(
makedepends=(
'perl-extutils-makemaker'
'perl-extutils-makemaker')
+checkdepends=(
+ 'perl-test-pod'
+ 'perl-test-pod-coverage')
url='https://metacpan.org/release/Carp-Assert-More'
_distdir="Carp-Assert-More-${pkgver}"
source=("https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/${_distdir}.tar.gz")