specity an explicit EOL for Text::CSV_XS, apparantly sometimes the default is null
authorivan <ivan>
Sun, 6 Mar 2005 03:25:52 +0000 (03:25 +0000)
committerivan <ivan>
Sun, 6 Mar 2005 03:25:52 +0000 (03:25 +0000)
httemplate/search/elements/search.html

index 140e15f..6bd6b03 100644 (file)
@@ -77,7 +77,7 @@
     http_header('Content-Type' => 'text/plain' );
 
     my $csv = new Text::CSV_XS { 'always_quote' => 1,
-                                 #'eol'          => "\015\012", #"\012"
+                                 'eol'          => "\n", #"\015\012", #"\012"
                                };
 
     $csv->combine(@$header); #or die $csv->status;