summaryrefslogtreecommitdiffstats
path: root/template/en/default/extensions/extension.pm.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/extensions/extension.pm.tmpl')
-rw-r--r--template/en/default/extensions/extension.pm.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/extensions/extension.pm.tmpl b/template/en/default/extensions/extension.pm.tmpl
index 206ea88f4..993bceb18 100644
--- a/template/en/default/extensions/extension.pm.tmpl
+++ b/template/en/default/extensions/extension.pm.tmpl
@@ -14,7 +14,7 @@
package B[% %]ugzilla::Extension::[% name %];
use strict;
-use base qw(B[% %]ugzilla::Extension);
+use parent qw(B[% %]ugzilla::Extension);
# This code for this is in [% path %]/lib/Util.pm
use B[% %]ugzilla::Extension::[% name %]::Util;