From: Byron Jones Date: Wed, 14 May 2014 05:28:41 +0000 (+0800) Subject: Bug 1006288: add File::Slurp to the list of optional modules X-Git-Tag: bugzilla-4.4.5~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2329970cdd101b90927728ad7201e9c19d3aeb;p=thirdparty%2Fbugzilla.git Bug 1006288: add File::Slurp to the list of optional modules r=dkl, a=glob --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index e2dc50a8f7..fbd7d78820 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -368,6 +368,12 @@ sub OPTIONAL_MODULES { version => 0, feature => ['jobqueue'], }, + { + package => 'File-Slurp', + module => 'File::Slurp', + version => '9999.13', + feature => ['jobqueue'], + }, # mod_perl {