summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template/Plugin/User.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Template/Plugin/User.pm')
-rw-r--r--Bugzilla/Template/Plugin/User.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Template/Plugin/User.pm b/Bugzilla/Template/Plugin/User.pm
index 533b999c3..09452d899 100644
--- a/Bugzilla/Template/Plugin/User.pm
+++ b/Bugzilla/Template/Plugin/User.pm
@@ -22,8 +22,9 @@
#
package Bugzilla::Template::Plugin::User;
-
+use 5.10.1;
use strict;
+use warnings;
use base qw(Template::Plugin);