Commit 52431f63 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 457524: Reports don't calculate totals correctly if one of the axes contain utf-8 data

and Bug 469794: On windows, export bug list to CSV breaks because of extra line breaks Patch by Fré©ric Buclin <LpSolit@gmail.com> r/a=mkanat
parent 47990ac5
...@@ -102,10 +102,12 @@ sub REQUIRED_MODULES { ...@@ -102,10 +102,12 @@ sub REQUIRED_MODULES {
module => 'DBI', module => 'DBI',
version => '1.41' 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', package => 'Template-Toolkit',
module => 'Template', module => 'Template',
version => '2.15' version => '2.22'
}, },
{ {
package => 'Email-Send', package => 'Email-Send',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment