diff options
author | David Lawrence <dkl@mozilla.com> | 2016-07-29 00:19:24 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-07-29 00:19:24 +0200 |
commit | 04949ce3c13734930bb05ebd08e8c5556bd807e2 (patch) | |
tree | ce04bdf79e37969ec1c3a796303b7703bce8fa37 | |
parent | 2f3b867fdb5187f88b4f91b5cd1cdcdd46866ec2 (diff) | |
download | bugzilla-04949ce3c13734930bb05ebd08e8c5556bd807e2.tar.gz bugzilla-04949ce3c13734930bb05ebd08e8c5556bd807e2.tar.xz |
Bug 1183647 - Optional Perl modules related to REST should now be mandatory
- Fix t/001compile.t error
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 2 |
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'], |