summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-10-28 15:25:24 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-10-28 15:25:24 +0100
commita295a12ef8b0912911edf158e5273a5ecd6247a7 (patch)
treeb76fe31eb0dc8767225a77637ab81acd771b0bbb /Bugzilla/Install
parent22807cf1b233f210b91f54a57e854cabde776cfe (diff)
downloadbugzilla-a295a12ef8b0912911edf158e5273a5ecd6247a7.tar.gz
bugzilla-a295a12ef8b0912911edf158e5273a5ecd6247a7.tar.xz
Bug 929575: t/001compile.t fails if Test::Taint is not installed
r=dkl a=glob
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Requirements.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index ce6b2bc78..06f855fc5 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -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'],