diff options
-rw-r--r-- | t/015remote_ip.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/015remote_ip.t b/t/015remote_ip.t index 70108ea96..a35b887c7 100644 --- a/t/015remote_ip.t +++ b/t/015remote_ip.t @@ -9,7 +9,8 @@ use 5.14.0; use strict; use warnings; -use lib qw(. lib t); +use lib qw(. lib t local/lib/perl5); + use Test::More qw(no_plan); use Bugzilla; use Bugzilla::Util qw(remote_ip); |