diff options
Diffstat (limited to 'qa/t/test_flags2.t')
-rw-r--r-- | qa/t/test_flags2.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/t/test_flags2.t b/qa/t/test_flags2.t index 9706af639..cec9ee6ef 100644 --- a/qa/t/test_flags2.t +++ b/qa/t/test_flags2.t @@ -7,7 +7,7 @@ use strict; use warnings; -use lib qw(lib); +use lib qw(lib ../../lib ../../local/lib/perl5); use Test::More "no_plan"; |