summaryrefslogtreecommitdiffstats
path: root/extensions/ProjectHoneyPot/Config.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-11-07 09:49:38 +0100
committerByron Jones <bjones@mozilla.com>2013-11-07 09:49:38 +0100
commita81cbfc4e9b3e5b5462bc50618791cd45c9882ef (patch)
tree7576109f95dd645d33319716305e5fea716494f2 /extensions/ProjectHoneyPot/Config.pm
parent4a3a96c3596a5510286034570489f21540a6f23c (diff)
downloadbugzilla-a81cbfc4e9b3e5b5462bc50618791cd45c9882ef.tar.gz
bugzilla-a81cbfc4e9b3e5b5462bc50618791cd45c9882ef.tar.xz
Bug 935570: add ProjectHoneyPot protection
Diffstat (limited to 'extensions/ProjectHoneyPot/Config.pm')
-rw-r--r--extensions/ProjectHoneyPot/Config.pm15
1 files changed, 15 insertions, 0 deletions
diff --git a/extensions/ProjectHoneyPot/Config.pm b/extensions/ProjectHoneyPot/Config.pm
new file mode 100644
index 000000000..83d8d313e
--- /dev/null
+++ b/extensions/ProjectHoneyPot/Config.pm
@@ -0,0 +1,15 @@
+# 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::ProjectHoneyPot;
+use strict;
+
+use constant NAME => 'ProjectHoneyPot';
+use constant REQUIRED_MODULES => [ ];
+use constant OPTIONAL_MODULES => [ ];
+
+__PACKAGE__->NAME;