From: Byron Jones Date: Wed, 14 May 2014 05:24:47 +0000 (+0800) Subject: Bug 1006288: add File::Slurp to the list of mandatory modules X-Git-Tag: bugzilla-4.5.5~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fca0b6cb7133f458352bd8547195f7f0822766f8;p=thirdparty%2Fbugzilla.git Bug 1006288: add File::Slurp to the list of mandatory modules r=dkl, a=glob --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 74cbd82b47..f1071564dc 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -162,6 +162,11 @@ sub REQUIRED_MODULES { module => 'Math::Random::ISAAC', version => '1.0.1', }, + { + package => 'File-Slurp', + module => 'File::Slurp', + version => '9999.13', + }, ); if (ON_WINDOWS) {