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 ); } }