Skip Menu |

This queue is for tickets about the Text-xSV CPAN distribution.

Report information
The Basics
Id: 2953
Status: new
Priority: 0/
Queue: Text-xSV

People
Owner: Nobody in particular
Requestors: metaperl [...] urth.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.05
Fixed in: (no value)



Subject: bind_header not working
The following header dies on an error on the final character of the line. "Email","FirstName","LastName","Address","City","State","Zip","RefSite","RefPrivacy","RefOrigSite","RefRegDate","RefRegIP","RecID" Also, the docs refers to a function "bind_headers" (note the "s" at the end), but the code only contains bind_header
[TBONE - Mon Jul 14 18:03:01 2003]: Show quoted text
> The following header dies on an error on the final character of the > line. > >
"Email","FirstName","LastName","Address","City","State","Zip","RefSite","RefPrivacy","RefOrigSite","RefRegDate","RefRegIP","RecID" Show quoted text
> > > Also, the docs refers to a function "bind_headers" (note the "s" at > the end), but the code only contains bind_header
My apologies for not having gotten back on this, it arrived as I was packing for a move, and during the move I forgot that it had not been dealt with. First of all I am working on a larger patch which will fix the documentation problem. Secondly the header above with high likelyhood had DOS line endings and was read on a *nix machine. Text::xSV would know from the quotes that \r was not part of any field. I will improve the documentation and/or error message to make it clearer in this situation that you should either strip out \r or write a filter to do it for you.