summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-11-19 18:05:54 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-11-19 18:05:54 +0100
commit0be9c486f685c2c0061541dec52a8a68e505a04b (patch)
tree8ba4880fb16eece90dcc1267038e71760c6e18ae /Bugzilla/Install/Requirements.pm
parentb0e18c6d38c6e6779ed461391d33f95ec4118ca6 (diff)
downloadbugzilla-0be9c486f685c2c0061541dec52a8a68e505a04b.tar.gz
bugzilla-0be9c486f685c2c0061541dec52a8a68e505a04b.tar.xz
Bug 812220: bug_link() is called twice per bug in bug/process/results.html.tmpl
r=glob a=LpSolit
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index ded22df6b..8f85bfe10 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -121,12 +121,11 @@ sub REQUIRED_MODULES {
module => 'DBI',
version => (vers_cmp($perl_ver, '5.13.3') > -1) ? '1.614' : '1.54'
},
- # 2.22 fixes various problems related to UTF8 strings in hash keys,
- # as well as line endings on Windows.
+ # 2.24 contains several useful text virtual methods.
{
package => 'Template-Toolkit',
module => 'Template',
- version => '2.22'
+ version => '2.24'
},
# 2.04 implement the "Test" method (to write to data/mailer.testfile).
{