summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-07-29 00:19:24 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-07-29 00:19:24 +0200
commit04949ce3c13734930bb05ebd08e8c5556bd807e2 (patch)
treece04bdf79e37969ec1c3a796303b7703bce8fa37 /Bugzilla/Install/Requirements.pm
parent2f3b867fdb5187f88b4f91b5cd1cdcdd46866ec2 (diff)
downloadbugzilla-04949ce3c13734930bb05ebd08e8c5556bd807e2.tar.gz
bugzilla-04949ce3c13734930bb05ebd08e8c5556bd807e2.tar.xz
Bug 1183647 - Optional Perl modules related to REST should now be mandatory
- Fix t/001compile.t error
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index fb31e77cf..e02c42735 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -84,8 +84,6 @@ use constant FEATURE_FILES => (
jsonrpc => ['Bugzilla/WebService/Server/JSONRPC.pm', 'jsonrpc.cgi'],
xmlrpc => ['Bugzilla/WebService/Server/XMLRPC.pm', 'xmlrpc.cgi',
'Bugzilla/WebService.pm', 'Bugzilla/WebService/*.pm'],
- rest => ['Bugzilla/API/Server.pm', 'rest.cgi', 'Bugzilla/API/*/*.pm',
- 'Bugzilla/API/*/Server.pm', 'Bugzilla/API/*/Resource/*.pm'],
csp => ['Bugzilla/CGI/ContentSecurityPolicy.pm'],
psgi => ['app.psgi'],
moving => ['importxml.pl'],