summaryrefslogtreecommitdiffstats
path: root/extensions/ProdCompSearch/Extension.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/Extension.pm
parent7a7d55ccbb4d5b4ac3f98270c8b8e27087fa47a1 (diff)
downloadbugzilla-63ed510dfa9ac705d16df4344da5e41fcab6137e.tar.gz
bugzilla-63ed510dfa9ac705d16df4344da5e41fcab6137e.tar.xz
Introduction of new ProdCompSearch extension
Diffstat (limited to 'extensions/ProdCompSearch/Extension.pm')
-rw-r--r--extensions/ProdCompSearch/Extension.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/extensions/ProdCompSearch/Extension.pm b/extensions/ProdCompSearch/Extension.pm
new file mode 100644
index 000000000..83e6118d3
--- /dev/null
+++ b/extensions/ProdCompSearch/Extension.pm
@@ -0,0 +1,7 @@
+package Bugzilla::Extension::ProdCompSearch;
+use strict;
+use base qw(Bugzilla::Extension);
+
+our $VERSION = '1';
+
+__PACKAGE__->NAME;