]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 469794: On windows, export bug list to CSV breaks because of extra line breaks...
authorlpsolit%gmail.com <>
Fri, 24 Jul 2009 19:03:07 +0000 (19:03 +0000)
committerlpsolit%gmail.com <>
Fri, 24 Jul 2009 19:03:07 +0000 (19:03 +0000)
Bugzilla/Install/Requirements.pm

index 9c021cda155c8b91a517afd47fad1933c76b1111..97a7c3d922d4b44ebf959f8820765c1b9bc509d4 100644 (file)
@@ -79,10 +79,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 => ON_WINDOWS ? '2.22' : '2.15'
     },
     {
         package => 'Email-Send',