summaryrefslogtreecommitdiffstats
path: root/config.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'config.cgi')
-rwxr-xr-xconfig.cgi7
1 files changed, 1 insertions, 6 deletions
diff --git a/config.cgi b/config.cgi
index 7dc2e3afb..c4f64a007 100755
--- a/config.cgi
+++ b/config.cgi
@@ -6,13 +6,8 @@
# This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0.
-################################################################################
-# Script Initialization
-################################################################################
-
-# Make it harder for us to do dangerous things in Perl.
+use 5.10.1;
use strict;
-
use lib qw(. lib);
use Bugzilla;