diff options
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r-- | Bugzilla/Install/Requirements.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index f45360916..e3049f2d5 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -157,6 +157,12 @@ sub REQUIRED_MODULES { module => 'List::MoreUtils', version => 0.22, }, + { + package => 'Math-Random-Secure', + module => 'Math::Random::Secure', + # This is the first version that installs properly on Windows. + version => '0.05', + }, ); my $extra_modules = _get_extension_requirements('REQUIRED_MODULES'); |