summaryrefslogtreecommitdiffstats
path: root/template/en/default/extensions/util.pm.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/extensions/util.pm.tmpl')
-rw-r--r--template/en/default/extensions/util.pm.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/extensions/util.pm.tmpl b/template/en/default/extensions/util.pm.tmpl
index 6c9fe3795..c693c8a01 100644
--- a/template/en/default/extensions/util.pm.tmpl
+++ b/template/en/default/extensions/util.pm.tmpl
@@ -14,7 +14,7 @@
package B[% %]ugzilla::Extension::[% name %]::Util;
use strict;
-use base qw(Exporter);
+use parent qw(Exporter);
our @EXPORT = qw(
);