diff options
author | Erich Eckner <git@eckner.net> | 2017-09-12 11:54:43 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-12 11:54:43 +0200 |
commit | 9f64d77b22f62b7466b2675229b9330855989d19 (patch) | |
tree | 2f6f62135fb639828b26622a6c1edc5982b253ea /perl-uri-query | |
parent | 926e69552d4f80722e975997a91f7c78c70e4dfa (diff) | |
download | archlinuxewe-9f64d77b22f62b7466b2675229b9330855989d19.tar.xz |
perl-uri-query: enable author tests
Diffstat (limited to 'perl-uri-query')
-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 efb4b4d98..1bf3bbc1c 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 ) } |