From 7e85596207d951fe2a9eb63d0b3936382659147e Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Sun, 31 Jan 2010 17:51:15 +0000 Subject: [PATCH] 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 git-svn-id: svn://10.0.0.236/trunk@259517 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/template/en/default/extensions/util.pm.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/extensions/util.pm.tmpl b/mozilla/webtools/bugzilla/template/en/default/extensions/util.pm.tmpl index e197e81775b..32076a66529 100644 --- a/mozilla/webtools/bugzilla/template/en/default/extensions/util.pm.tmpl +++ b/mozilla/webtools/bugzilla/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(