diff options
author | Erich Eckner <git@eckner.net> | 2017-09-12 12:17:56 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-12 12:17:56 +0200 |
commit | 04026a3932f9096a3bb6bede6c2b8d1847c6dbc7 (patch) | |
tree | f0e1a83c2dd87aeff33c5654b92cb5d307944b52 /perl-module-compile | |
parent | 715c22d74a01af9fdf976c9262ed08029be5fea0 (diff) | |
download | archlinuxewe-04026a3932f9096a3bb6bede6c2b8d1847c6dbc7.tar.xz |
perl-module-compile: enable release tests
Diffstat (limited to 'perl-module-compile')
-rw-r--r-- | perl-module-compile/PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-module-compile/PKGBUILD b/perl-module-compile/PKGBUILD index 141ade809..eae4af960 100644 --- a/perl-module-compile/PKGBUILD +++ b/perl-module-compile/PKGBUILD @@ -13,6 +13,8 @@ depends=( 'perl-digest-sha1>=2.13') makedepends=( 'perl-extutils-makemaker>=6.30') +checkdepends=( + 'perl-test-pod') options=('!emptydirs') source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/${_distdir}.tar.gz") sha256sums=('224205297e1d85e4c7821e551d94fa76c43f9b89a0c6fbb0b4a741ced5d896cb') @@ -33,6 +35,7 @@ build() { check() { cd "${srcdir}/${_distdir}" ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" + export RELEASE_TESTING=1 make test ) } |