diff options
Diffstat (limited to 'perl-authen-simple-passwd/PKGBUILD')
-rw-r--r-- | perl-authen-simple-passwd/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-authen-simple-passwd/PKGBUILD b/perl-authen-simple-passwd/PKGBUILD index 6715a81c..203cc3ee 100644 --- a/perl-authen-simple-passwd/PKGBUILD +++ b/perl-authen-simple-passwd/PKGBUILD @@ -3,7 +3,7 @@ pkgname='perl-authen-simple-passwd' pkgver='0.6' -pkgrel='4' +pkgrel='5' pkgdesc='Simple Passwd authentication' arch=('x86_64' 'i686') license=('PerlArtistic' 'GPL') @@ -42,6 +42,8 @@ build() { check() { cd "${srcdir}/${_distdir}" + export TEST_POD=1 + # If using Makefile.PL if [ -r Makefile.PL ]; then make test |