From 52431f63dc3cdc29400e12a7c63dabb496e57b6c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 24 Jul 2009 18:56:57 +0000 Subject: Bug 457524: Reports don't calculate totals correctly if one of the axes contain utf-8 data MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and Bug 469794: On windows, export bug list to CSV breaks because of extra line breaks Patch by Frédéric Buclin r/a=mkanat --- Bugzilla/Install/Requirements.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Install/Requirements.pm') diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index f8fe2bbc8..8dc4164ad 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -102,10 +102,12 @@ sub REQUIRED_MODULES { module => 'DBI', version => '1.41' }, + # 2.22 fixes various problems related to UTF8 strings in hash keys, + # as well as line endings on Windows. { package => 'Template-Toolkit', module => 'Template', - version => '2.15' + version => '2.22' }, { package => 'Email-Send', -- cgit v1.2.3-24-g4f1b