From 7525a19e719124b9ca9ad540f45a312ef0dc4140 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 22 Oct 2015 20:48:33 +0000 Subject: Bug 1217551 - Add File::Copy::Recursive to Bugzilla/Install/Requirements.pm --- Bugzilla/Install/Requirements.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Bugzilla/Install') 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'); -- cgit v1.2.3-24-g4f1b