diff options
author | David Lawrence <dkl@mozilla.com> | 2015-10-22 22:48:33 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-10-22 22:48:33 +0200 |
commit | 7525a19e719124b9ca9ad540f45a312ef0dc4140 (patch) | |
tree | c67e63254906e9fa90ba8756cbf171e46c95e15c | |
parent | 861eb8fcb59c8a3360a56a729d721c739a6b821e (diff) | |
download | bugzilla-7525a19e719124b9ca9ad540f45a312ef0dc4140.tar.gz bugzilla-7525a19e719124b9ca9ad540f45a312ef0dc4140.tar.xz |
Bug 1217551 - Add File::Copy::Recursive to Bugzilla/Install/Requirements.pm
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 7 |
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'); |