diff options
Diffstat (limited to 'Bugzilla/Install')
| -rw-r--r-- | Bugzilla/Install/Requirements.pm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index f723543b8..a688a0ffa 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'); |
