diff options
Diffstat (limited to 'qa/t/test_classifications.t')
-rw-r--r-- | qa/t/test_classifications.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/t/test_classifications.t b/qa/t/test_classifications.t index ec5597d9e..a30e72018 100644 --- a/qa/t/test_classifications.t +++ b/qa/t/test_classifications.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"; |