summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/General.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config/General.pm')
-rw-r--r--Bugzilla/Config/General.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/Bugzilla/Config/General.pm b/Bugzilla/Config/General.pm
index 6e00b202a..a401e98ed 100644
--- a/Bugzilla/Config/General.pm
+++ b/Bugzilla/Config/General.pm
@@ -6,7 +6,10 @@
# defined by the Mozilla Public License, v. 2.0.
package Bugzilla::Config::General;
+
+use 5.10.1;
use strict;
+
use Bugzilla::Config::Common;
our $sortkey = 150;