diff options
author | David Lawrence <dkl@mozilla.com> | 2016-07-21 17:54:46 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-07-21 17:54:46 +0200 |
commit | 99d31503ed2579e1e61be1e7438b9e0d4832d7f5 (patch) | |
tree | 5735839f6c79f6a166c8511d62bcd265fd98fb72 /t | |
parent | 8afe38b1de55bbc47199e962821b964494639505 (diff) | |
download | bugzilla-99d31503ed2579e1e61be1e7438b9e0d4832d7f5.tar.gz bugzilla-99d31503ed2579e1e61be1e7438b9e0d4832d7f5.tar.xz |
- Fixed errors from t/002goodperl.t with t/015remote_ip.t
Diffstat (limited to 't')
-rw-r--r-- | t/015remote_ip.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/015remote_ip.t b/t/015remote_ip.t index bf0ebf3c2..70108ea96 100644 --- a/t/015remote_ip.t +++ b/t/015remote_ip.t @@ -5,7 +5,10 @@ # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. +use 5.14.0; use strict; +use warnings; + use lib qw(. lib t); use Test::More qw(no_plan); use Bugzilla; |