summaryrefslogtreecommitdiffstats
path: root/extensions/Persona/Config.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Persona/Config.pm')
-rw-r--r--extensions/Persona/Config.pm27
1 files changed, 0 insertions, 27 deletions
diff --git a/extensions/Persona/Config.pm b/extensions/Persona/Config.pm
deleted file mode 100644
index fa878bb05..000000000
--- a/extensions/Persona/Config.pm
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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::Persona;
-
-use 5.10.1;
-use strict;
-use warnings;
-
-use constant NAME => 'Persona';
-
-use constant REQUIRED_MODULES => [
- {
- package => 'JSON',
- module => 'JSON',
- version => 0,
- },
-];
-
-use constant OPTIONAL_MODULES => [
-];
-
-__PACKAGE__->NAME;