aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/extensions/config.pm.tmpl
blob: 68ed260c1ff994ea040d663da982b70f86d48687 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[%# This Source Code Form is subject to the terms of the Mozilla Public
  # License, v. 2.0. If a copy of the MPL was not distributed with this
  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  #
  # This Source Code Form is "Incompatible With Secondary Licenses", as
  # defined by the Mozilla Public License, v. 2.0.
  #%]

[%# INTERFACE:
  # name: string; The name of the extension.
  #%]

[% PROCESS extensions/license.txt.tmpl %]

package Bugzilla::Extension::[% name %];

use 5.10.1;
use strict;
use warnings;

use constant NAME => '[% name %]';

use constant REQUIRED_MODULES => [
];

use constant OPTIONAL_MODULES => [
];

__PACKAGE__->NAME;
e='author'>author
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-03-10 17:18:36 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-03-10 17:18:36 +0000
commitfd47416a279e8e76108049016c6db50c99279cac (patch)
tree8052657cbf6833e703caaec3ede2b00b266868aa
parentf83ad87da1a3a2aceb22550524d0070e36c591df (diff)
downloaddrakx-fd47416a279e8e76108049016c6db50c99279cac.tar
drakx-fd47416a279e8e76108049016c6db50c99279cac.tar.gz
drakx-fd47416a279e8e76108049016c6db50c99279cac.tar.bz2
drakx-fd47416a279e8e76108049016c6db50c99279cac.tar.xz
drakx-fd47416a279e8e76108049016c6db50c99279cac.zip
further merge with KDE
Diffstat