blob: 880cb1892108f7129ac6d89286832d11edf2fe86 (
plain)
1
2
3
4
5
6
7
8
|
package Bugzilla::Extension::ProdCompSearch;
use strict;
use constant NAME => 'ProdCompSearch';
use constant REQUIRED_MODULES => [];
use constant OPTIONAL_MODULES => [];
__PACKAGE__->NAME;
|