summaryrefslogtreecommitdiffstats
path: root/extensions/ProdCompSearch/Config.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-12-21 23:11:41 +0100
committerDave Lawrence <dlawrence@mozilla.com>2012-12-21 23:11:41 +0100
commit63ed510dfa9ac705d16df4344da5e41fcab6137e (patch)
treef0ff5b4550253284b9d51549d9d98e580ab82c25 /extensions/ProdCompSearch/Config.pm
parent7a7d55ccbb4d5b4ac3f98270c8b8e27087fa47a1 (diff)
downloadbugzilla-63ed510dfa9ac705d16df4344da5e41fcab6137e.tar.gz
bugzilla-63ed510dfa9ac705d16df4344da5e41fcab6137e.tar.xz
Introduction of new ProdCompSearch extension
Diffstat (limited to 'extensions/ProdCompSearch/Config.pm')
-rw-r--r--extensions/ProdCompSearch/Config.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/extensions/ProdCompSearch/Config.pm b/extensions/ProdCompSearch/Config.pm
new file mode 100644
index 000000000..880cb1892
--- /dev/null
+++ b/extensions/ProdCompSearch/Config.pm
@@ -0,0 +1,8 @@
+package Bugzilla::Extension::ProdCompSearch;
+use strict;
+
+use constant NAME => 'ProdCompSearch';
+use constant REQUIRED_MODULES => [];
+use constant OPTIONAL_MODULES => [];
+
+__PACKAGE__->NAME;