Commit ad31a570 authored by Tiago Mello's avatar Tiago Mello Committed by Max Kanat-Alexander

Bug 542328: Make extensions/create.pl give the extension's lib/Util.pm module a…

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
parent 094de4b3
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment