]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
- Fixed errors from t/002goodperl.t with t/015remote_ip.t
authorDavid Lawrence <dkl@mozilla.com>
Thu, 21 Jul 2016 15:54:46 +0000 (15:54 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 21 Jul 2016 15:54:46 +0000 (15:54 +0000)
t/015remote_ip.t

index bf0ebf3c26eca045216504b0b9e28705157f0d19..70108ea96e671b120bdfcfc13f788584a7df1422 100644 (file)
@@ -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;