summaryrefslogtreecommitdiffstats
path: root/extensions/ComponentWatching/Config.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/ComponentWatching/Config.pm')
-rw-r--r--extensions/ComponentWatching/Config.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/ComponentWatching/Config.pm b/extensions/ComponentWatching/Config.pm
index 560b5c3c5..2014fbbfa 100644
--- a/extensions/ComponentWatching/Config.pm
+++ b/extensions/ComponentWatching/Config.pm
@@ -6,7 +6,11 @@
# defined by the Mozilla Public License, v. 2.0.
package Bugzilla::Extension::ComponentWatching;
+
+use 5.10.1;
use strict;
+use warnings;
+
use constant NAME => 'ComponentWatching';
__PACKAGE__->NAME;