summaryrefslogtreecommitdiffstats
path: root/extensions/RestrictComments/Config.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/RestrictComments/Config.pm')
-rw-r--r--extensions/RestrictComments/Config.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/RestrictComments/Config.pm b/extensions/RestrictComments/Config.pm
index bef472cc1..be703bed7 100644
--- a/extensions/RestrictComments/Config.pm
+++ b/extensions/RestrictComments/Config.pm
@@ -7,7 +7,9 @@
package Bugzilla::Extension::RestrictComments;
+use 5.10.1;
use strict;
+use warnings;
use constant NAME => 'RestrictComments';
use constant REQUIRED_MODULES => [];