From b9244bd1fa389ff2bfc1a3b70a7db5589f1366a3 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Sat, 10 Sep 2022 16:30:53 -0400 Subject: Bug 1785938: Make tests work in GHA on 5.0.4 branch (#111) * Add GHA tests on 5.0.4 branch * fix new perl compat in tests --- t/002goodperl.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/002goodperl.t') diff --git a/t/002goodperl.t b/t/002goodperl.t index d1858361f..8fcd1a343 100644 --- a/t/002goodperl.t +++ b/t/002goodperl.t @@ -14,7 +14,7 @@ use 5.10.1; use strict; use warnings; -use lib 't'; +use lib qw(. lib t); use Support::Files; -- cgit v1.2.1