From 99d31503ed2579e1e61be1e7438b9e0d4832d7f5 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 21 Jul 2016 15:54:46 +0000 Subject: - Fixed errors from t/002goodperl.t with t/015remote_ip.t --- t/015remote_ip.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 't') 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; -- cgit v1.2.3-24-g4f1b