summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-10-22 22:48:33 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-10-22 22:48:33 +0200
commit7525a19e719124b9ca9ad540f45a312ef0dc4140 (patch)
treec67e63254906e9fa90ba8756cbf171e46c95e15c /Bugzilla/Install
parent861eb8fcb59c8a3360a56a729d721c739a6b821e (diff)
downloadbugzilla-7525a19e719124b9ca9ad540f45a312ef0dc4140.tar.gz
bugzilla-7525a19e719124b9ca9ad540f45a312ef0dc4140.tar.xz
Bug 1217551 - Add File::Copy::Recursive to Bugzilla/Install/Requirements.pm
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Requirements.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index bfd7e7bfa..27549ca41 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -425,6 +425,13 @@ sub OPTIONAL_MODULES {
version => '0',
feature => ['mfa'],
},
+ # Documentation
+ {
+ package => 'File-Copy-Recursive',
+ module => 'File::Copy::Recursive',
+ version => 0,
+ feature => ['documentation'],
+ }
);
my $extra_modules = _get_extension_requirements('OPTIONAL_MODULES');