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( $_ ) },