From: David Lawrence Date: Tue, 30 Aug 2016 01:47:56 +0000 (+0000) Subject: - Added lib path to t/015remote_ip.t X-Git-Tag: release-5.1.2~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a903b41328ba20072570c9fde36b332ea082f03;p=thirdparty%2Fbugzilla.git - Added lib path to t/015remote_ip.t --- diff --git a/t/015remote_ip.t b/t/015remote_ip.t index 70108ea96e..a35b887c78 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);