]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 929575: t/001compile.t fails if Test::Taint is not installed
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 28 Oct 2013 14:25:24 +0000 (15:25 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 28 Oct 2013 14:25:24 +0000 (15:25 +0100)
r=dkl a=glob

Bugzilla/Install/Requirements.pm

index ce6b2bc78b0ed0cc5536a23e243c414a380476d9..06f855fc5deddad552c1a36de3c6eee0044ee77e 100644 (file)
@@ -408,7 +408,8 @@ 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/WebService/Server/REST.pm', 'rest.cgi'],
+    rest          => ['Bugzilla/WebService/Server/REST.pm', 'rest.cgi',
+                      'Bugzilla/WebService/Server/REST/Resources/*.pm'],
     moving        => ['importxml.pl'],
     auth_ldap     => ['Bugzilla/Auth/Verify/LDAP.pm'],
     auth_radius   => ['Bugzilla/Auth/Verify/RADIUS.pm'],