summaryrefslogtreecommitdiffstats
path: root/extensions/LastResolved/Config.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-03-28 23:28:28 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-03-28 23:28:28 +0200
commitfe9f740eda1876e60fe9614d367f7fe9116d29d8 (patch)
treef0be00597e301233e1207794ed295210facff98a /extensions/LastResolved/Config.pm
parent8c404164f025a9fed3bb547ba203d406c5e60dbf (diff)
downloadbugzilla-fe9f740eda1876e60fe9614d367f7fe9116d29d8.tar.gz
bugzilla-fe9f740eda1876e60fe9614d367f7fe9116d29d8.tar.xz
Bug 733586: add LastResolved extension
Diffstat (limited to 'extensions/LastResolved/Config.pm')
-rw-r--r--extensions/LastResolved/Config.pm20
1 files changed, 20 insertions, 0 deletions
diff --git a/extensions/LastResolved/Config.pm b/extensions/LastResolved/Config.pm
new file mode 100644
index 000000000..f763167e2
--- /dev/null
+++ b/extensions/LastResolved/Config.pm
@@ -0,0 +1,20 @@
+# 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::LastResolved;
+
+use strict;
+
+use constant NAME => 'LastResolved';
+
+use constant REQUIRED_MODULES => [
+];
+
+use constant OPTIONAL_MODULES => [
+];
+
+__PACKAGE__->NAME;