Commit 3a903b41 authored by David Lawrence's avatar David Lawrence

- Added lib path to t/015remote_ip.t

parent 21c5a4e2
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment