summaryrefslogtreecommitdiffstats
path: root/extensions/UserProfile/Config.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/UserProfile/Config.pm')
-rw-r--r--extensions/UserProfile/Config.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/UserProfile/Config.pm b/extensions/UserProfile/Config.pm
index 99dca9e02..99fae1610 100644
--- a/extensions/UserProfile/Config.pm
+++ b/extensions/UserProfile/Config.pm
@@ -6,7 +6,10 @@
# defined by the Mozilla Public License, v. 2.0.
package Bugzilla::Extension::UserProfile;
+
+use 5.10.1;
use strict;
+use warnings;
use constant NAME => 'UserProfile';
use constant REQUIRED_MODULES => [ ];