diff options
-rw-r--r-- | perl-uri-query/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-uri-query/PKGBUILD b/perl-uri-query/PKGBUILD index efb4b4d9..1bf3bbc1 100644 --- a/perl-uri-query/PKGBUILD +++ b/perl-uri-query/PKGBUILD @@ -40,6 +40,7 @@ build() { check() { cd "${srcdir}/${_distdir}" ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" + export AUTHOR_TESTING=1 make test ) } |