From fca0b6cb7133f458352bd8547195f7f0822766f8 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 14 May 2014 13:24:47 +0800 Subject: Bug 1006288: add File::Slurp to the list of mandatory modules r=dkl, a=glob --- Bugzilla/Install/Requirements.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 74cbd82b4..f1071564d 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) { -- cgit v1.2.3-24-g4f1b