summaryrefslogtreecommitdiffstats
path: root/xt/webservice/jsonp.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/webservice/jsonp.t')
-rw-r--r--xt/webservice/jsonp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/webservice/jsonp.t b/xt/webservice/jsonp.t
index 210f92434..a89e1259c 100644
--- a/xt/webservice/jsonp.t
+++ b/xt/webservice/jsonp.t
@@ -10,7 +10,7 @@ use strict;
use warnings;
use FindBin qw($RealBin);
-use lib "$RealBin/../lib";
+use lib "$RealBin/../lib", "$RealBin/../../local/lib/perl5";
use Test::More tests => 85;
use QA::Util;