diff options
-rw-r--r-- | perl-moosex-types-laxnum/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-moosex-types-laxnum/PKGBUILD b/perl-moosex-types-laxnum/PKGBUILD index f9faf16ee..4cf367d2e 100644 --- a/perl-moosex-types-laxnum/PKGBUILD +++ b/perl-moosex-types-laxnum/PKGBUILD @@ -35,6 +35,7 @@ build() { check() { cd "$srcdir/$_distdir" ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" + export AUTHOR_TESTING=1 make test ) } |