From: David Lawrence Date: Thu, 21 Jul 2016 15:54:46 +0000 (+0000) Subject: - Fixed errors from t/002goodperl.t with t/015remote_ip.t X-Git-Tag: release-5.1.2~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99d31503ed2579e1e61be1e7438b9e0d4832d7f5;p=thirdparty%2Fbugzilla.git - Fixed errors from t/002goodperl.t with t/015remote_ip.t --- diff --git a/t/015remote_ip.t b/t/015remote_ip.t index bf0ebf3c26..70108ea96e 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;