diff options
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; |