summaryrefslogtreecommitdiffstats
path: root/testserver.pl
diff options
context:
space:
mode:
Diffstat (limited to 'testserver.pl')
-rwxr-xr-xtestserver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/testserver.pl b/testserver.pl
index 488524792..3eb25a13b 100755
--- a/testserver.pl
+++ b/testserver.pl
@@ -10,12 +10,12 @@
# as its only argument. It attempts to troubleshoot as many installation
# issues as possible.
+use 5.10.1;
use strict;
use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;
-use Bugzilla::Util qw(say);
use Socket;