Commit 04949ce3 authored by David Lawrence's avatar David Lawrence

Bug 1183647 - Optional Perl modules related to REST should now be mandatory

- Fix t/001compile.t error
parent 2f3b867f
...@@ -84,8 +84,6 @@ use constant FEATURE_FILES => ( ...@@ -84,8 +84,6 @@ use constant FEATURE_FILES => (
jsonrpc => ['Bugzilla/WebService/Server/JSONRPC.pm', 'jsonrpc.cgi'], jsonrpc => ['Bugzilla/WebService/Server/JSONRPC.pm', 'jsonrpc.cgi'],
xmlrpc => ['Bugzilla/WebService/Server/XMLRPC.pm', 'xmlrpc.cgi', xmlrpc => ['Bugzilla/WebService/Server/XMLRPC.pm', 'xmlrpc.cgi',
'Bugzilla/WebService.pm', 'Bugzilla/WebService/*.pm'], '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'], csp => ['Bugzilla/CGI/ContentSecurityPolicy.pm'],
psgi => ['app.psgi'], psgi => ['app.psgi'],
moving => ['importxml.pl'], moving => ['importxml.pl'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment