summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Metrics/Template/Context.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Metrics/Template/Context.pm')
-rw-r--r--Bugzilla/Metrics/Template/Context.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Metrics/Template/Context.pm b/Bugzilla/Metrics/Template/Context.pm
index ae8470b3f..278cfce1e 100644
--- a/Bugzilla/Metrics/Template/Context.pm
+++ b/Bugzilla/Metrics/Template/Context.pm
@@ -7,10 +7,11 @@
package Bugzilla::Metrics::Template::Context;
+use 5.10.1;
use strict;
use warnings;
-use parent 'Bugzilla::Template::Context';
+use base 'Bugzilla::Template::Context';
sub process {
my $self = shift;