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 git-svn-id: svn://10.0.0.236/trunk@259517 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a53ea19b2d
commit
7e85596207
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user