diff options
Diffstat (limited to 'perl-moosex-types-json/PKGBUILD')
-rw-r--r-- | perl-moosex-types-json/PKGBUILD | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perl-moosex-types-json/PKGBUILD b/perl-moosex-types-json/PKGBUILD index 1b63ad383..65e7cb6bd 100644 --- a/perl-moosex-types-json/PKGBUILD +++ b/perl-moosex-types-json/PKGBUILD @@ -20,6 +20,11 @@ makedepends=( 'perl-moose' 'perl-test-simple' ) +checkdepends=( + 'perl-pod-coverage-trustpod' + 'perl-test-pod' + 'perl-test-pod-coverage' +) url='https://metacpan.org/release/MooseX-Types-JSON' _distdir="MooseX-Types-JSON-${pkgver}" source=("https://cpan.metacpan.org/authors/id/M/MI/MILA/${_distdir}.tar.gz") @@ -48,6 +53,8 @@ build() { check() { cd "${srcdir}/${_distdir}" + export RELEASE_TESTING=1 + # If using Makefile.PL if [ -r Makefile.PL ]; then make test |