Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Parse-CSV CPAN distribution.

Report information
The Basics
Id: 21375
Status: resolved
Priority: 0/
Queue: Parse-CSV

People
Owner: Nobody in particular
Requestors: MARKSTOS [...] cpan.org
Cc:
AdminCc:

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



Subject: PATCH: s/filehandle/handle/ in docs
--- old-alphasite/perllib/Parse/CSV.pm 2006-09-07 11:40:03.000000000 -0400 +++ new-alphasite/perllib/Parse/CSV.pm 2006-09-07 11:40:03.000000000 -0400 @@ -22,7 +22,7 @@ # based on headers from the first line. # Then filter, so we emit objects rather than the plain hash. my $objects = Parse::CSV->new( - filehandle => $io_handle, + handle => $io_handle, sep_char => ';', fields => 'auto', filter => sub { My::Object->new( $_ ) },
Thanks for the bug report. Fixed in 1.00