From: David Lawrence Date: Thu, 28 Jul 2016 22:19:24 +0000 (+0000) Subject: Bug 1183647 - Optional Perl modules related to REST should now be mandatory X-Git-Tag: release-5.1.2~95 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04949ce3c13734930bb05ebd08e8c5556bd807e2;p=thirdparty%2Fbugzilla.git Bug 1183647 - Optional Perl modules related to REST should now be mandatory - Fix t/001compile.t error --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index fb31e77cf3..e02c427357 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'],