diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-30 17:10:08 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-30 17:10:08 +0200 |
commit | 0e68998f22b847d90753daac3808bedc4500cde6 (patch) | |
tree | d961161e5ceb10474bca7e733089945618d4121e /Bugzilla/Install | |
parent | 281214d136cfa3ad6dd8e2fa0777b336ca6cdff0 (diff) | |
download | bugzilla-0e68998f22b847d90753daac3808bedc4500cde6.tar.gz bugzilla-0e68998f22b847d90753daac3808bedc4500cde6.tar.xz |
Bug 1158563: makedocs.pl is unable to load File::Copy::Recursive installed in bugzilla/lib/
r=dkl a=glob
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 797f85453..4dbb0caef 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -462,6 +462,7 @@ use constant FEATURE_FILES => ( moving => ['importxml.pl'], auth_ldap => ['Bugzilla/Auth/Verify/LDAP.pm'], auth_radius => ['Bugzilla/Auth/Verify/RADIUS.pm'], + documentation => ['docs/makedocs.pl'], inbound_email => ['email_in.pl'], jobqueue => ['Bugzilla/Job/*', 'Bugzilla/JobQueue.pm', 'Bugzilla/JobQueue/*', 'jobqueue.pl'], |