diff options
-rw-r--r-- | perl-moosex-insideout/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-moosex-insideout/PKGBUILD b/perl-moosex-insideout/PKGBUILD index 42f25600..6925cb3c 100644 --- a/perl-moosex-insideout/PKGBUILD +++ b/perl-moosex-insideout/PKGBUILD @@ -36,6 +36,7 @@ build() { check() { cd "$srcdir/$_distdir" ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" + export RELEASE_TESTING=1 make test ) } |