From 04949ce3c13734930bb05ebd08e8c5556bd807e2 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 28 Jul 2016 22:19:24 +0000 Subject: Bug 1183647 - Optional Perl modules related to REST should now be mandatory - Fix t/001compile.t error --- Bugzilla/Install/Requirements.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'Bugzilla/Install/Requirements.pm') 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'], -- cgit v1.2.3-24-g4f1b