From: Gervase Markham Date: Tue, 4 Aug 2015 14:13:30 +0000 (+0100) Subject: Bug 1189737 - add File::Which to optional module requirements for building documentat... X-Git-Tag: release-5.0.1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02f6deddc928d550f115b0d75f91e4d8e44be43e;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 f723543b81..a688a0ffa2 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -415,7 +415,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');