summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-07-25 01:40:18 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2013-07-25 01:40:18 +0200
commit4843c411f9df6d8ea88c4682bef8ffc92db8388f (patch)
tree6f69f45007aedd461de3ee2317e248128a226ad6 /Bugzilla/Install/Requirements.pm
parent951fd40701f790a2d0402dd7a5ab4ab5b43bc3f0 (diff)
downloadbugzilla-4843c411f9df6d8ea88c4682bef8ffc92db8388f.tar.gz
bugzilla-4843c411f9df6d8ea88c4682bef8ffc92db8388f.tar.xz
Bug 896298: Bugzilla::JobQueue requires TheSchwartz 1.07 to use the prioritization of jobs
r=gerv a=glob
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index 4b59838f8..b6e3f9033 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -346,7 +346,8 @@ sub OPTIONAL_MODULES {
{
package => 'TheSchwartz',
module => 'TheSchwartz',
- version => 0,
+ # 1.07 supports the prioritization of jobs.
+ version => 1.07,
feature => ['jobqueue'],
},
{