From 3a903b41328ba20072570c9fde36b332ea082f03 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 30 Aug 2016 01:47:56 +0000 Subject: - Added lib path to t/015remote_ip.t --- t/015remote_ip.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 't') 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); -- cgit v1.2.3-24-g4f1b