From 39328d67e3e8c9657614c4bc0fccd8c5767646f0 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Tue, 8 May 2018 13:33:56 +0300 Subject: [PATCH] Fix the tests under Test-Run. reported by AppVeyor - thanks. --- run-tests.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.pl b/run-tests.pl index 12704ec1..5951387c 100644 --- a/run-tests.pl +++ b/run-tests.pl @@ -183,6 +183,7 @@ sub myglob } else { + local @INC = ( Env::Path->PERL5LIB->List, @INC ); run_tests( \@tests ); } }