summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-11-26 16:37:59 +0100
committerDavid Lawrence <dkl@mozilla.com>2014-11-26 16:37:59 +0100
commitad031a17fbd31766c4a5d1fe8894178784262d3e (patch)
tree3d7badd3a23338cbcc3c0e5de66cb29bd3c2eda2 /Bugzilla/Install
parent649a38910889a9945e2ef22f5d6ff4d32fceeba6 (diff)
downloadbugzilla-ad031a17fbd31766c4a5d1fe8894178784262d3e.tar.gz
bugzilla-ad031a17fbd31766c4a5d1fe8894178784262d3e.tar.xz
Bug 1038275: Comprehensible documentation for the REST API
r=gerv,a=glob
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Requirements.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 491bf8a72..622d1db66 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -403,6 +403,14 @@ sub OPTIONAL_MODULES {
module => 'Text::Markdown',
version => '1.0.26',
feature => ['markdown'],
+ },
+
+ # Documentation
+ {
+ package => 'File-Copy-Recursive',
+ module => 'File::Copy::Recursive',
+ version => 0,
+ feature => ['documentation'],
}
);