summaryrefslogtreecommitdiffstats
path: root/extensions/ContributorEngagement/Config.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-03-28 23:26:07 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-03-28 23:26:07 +0200
commit7101bff098fe91c78ed2f2ffd3958ce2b94d3585 (patch)
tree0b023e873d1deb2119a8010daa88f4bdcfc0b538 /extensions/ContributorEngagement/Config.pm
parente4953b938ed652365eeba7c967ea74882afbb0a3 (diff)
downloadbugzilla-7101bff098fe91c78ed2f2ffd3958ce2b94d3585.tar.gz
bugzilla-7101bff098fe91c78ed2f2ffd3958ce2b94d3585.tar.xz
Bug 721206: add ContributorEngagement extension
Diffstat (limited to 'extensions/ContributorEngagement/Config.pm')
-rw-r--r--extensions/ContributorEngagement/Config.pm19
1 files changed, 19 insertions, 0 deletions
diff --git a/extensions/ContributorEngagement/Config.pm b/extensions/ContributorEngagement/Config.pm
new file mode 100644
index 000000000..3984dd60e
--- /dev/null
+++ b/extensions/ContributorEngagement/Config.pm
@@ -0,0 +1,19 @@
+# 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.
+
+package Bugzilla::Extension::ContributorEngagement;
+use strict;
+
+use constant NAME => 'ContributorEngagement';
+
+use constant REQUIRED_MODULES => [
+];
+
+use constant OPTIONAL_MODULES => [
+];
+
+__PACKAGE__->NAME;