From: Gervase Markham Date: Tue, 4 Aug 2015 14:14:02 +0000 (+0100) Subject: Bug 1189737 - add File::Which to optional module requirements for building documentat... X-Git-Tag: release-5.1.1~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b29b9f756aebf5c92110fe81261e9b81290e4c7;p=thirdparty%2Fbugzilla.git Bug 1189737 - add File::Which to optional module requirements for building documentation. r=LpSolit --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 9213d5058b..d9fdc0f9ea 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -452,7 +452,13 @@ sub OPTIONAL_MODULES { module => 'File::Copy::Recursive', version => 0, feature => ['documentation'], - } + }, + { + package => 'File-Which', + module => 'File::Which', + version => 0, + feature => ['documentation'], + }, ); my $extra_modules = _get_extension_requirements('OPTIONAL_MODULES');