]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1183647 - Optional Perl modules related to REST should now be mandatory
authorDavid Lawrence <dkl@mozilla.com>
Thu, 28 Jul 2016 22:19:24 +0000 (22:19 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Thu, 28 Jul 2016 22:19:24 +0000 (22:19 +0000)
- Fix t/001compile.t error

Bugzilla/Install/Requirements.pm

index fb31e77cf3adf954c3a4ea2b38e367762f78dcf5..e02c427357b640772d6bf17321adda6becd7e192 100644 (file)
@@ -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'],