diff options
author | Tiago Mello <timello@gmail.com> | 2010-02-01 21:45:14 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-01 21:45:14 +0100 |
commit | ad31a5706aed1cee3fa5c54733b1244a86042c7f (patch) | |
tree | 73dfa55d245211f1c1e6693cf0858d4534b3d972 /template | |
parent | 094de4b3291a18c1da8b8e80825a98c429e4b735 (diff) | |
download | bugzilla-ad31a5706aed1cee3fa5c54733b1244a86042c7f.tar.gz bugzilla-ad31a5706aed1cee3fa5c54733b1244a86042c7f.tar.xz |
Bug 542328: Make extensions/create.pl give the extension's lib/Util.pm module a correct package name
Patch by Tiago Mello <timello@gmail.com> r=mkanat, a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/extensions/util.pm.tmpl | 2 |
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 e197e8177..32076a665 100644 --- a/template/en/default/extensions/util.pm.tmpl +++ b/template/en/default/extensions/util.pm.tmpl @@ -27,7 +27,7 @@ [% PROCESS extensions/license.txt.tmpl %] -package B[% %]ugzilla::Extension::[% name %]; +package B[% %]ugzilla::Extension::[% name %]::Util; use strict; use base qw(Exporter); our @EXPORT = qw( |