From: Tiago Mello Date: Mon, 1 Feb 2010 20:45:14 +0000 (-0800) Subject: Bug 542328: Make extensions/create.pl give the extension's lib/Util.pm module a corre... X-Git-Tag: bugzilla-3.5.3~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad31a5706aed1cee3fa5c54733b1244a86042c7f;p=thirdparty%2Fbugzilla.git Bug 542328: Make extensions/create.pl give the extension's lib/Util.pm module a correct package name Patch by Tiago Mello r=mkanat, a=mkanat --- diff --git a/template/en/default/extensions/util.pm.tmpl b/template/en/default/extensions/util.pm.tmpl index e197e81775..32076a6652 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(