Skip Menu |

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

Report information
The Basics
Id: 83169
Status: resolved
Priority: 0/
Queue: Text-CSV-Hashify

People
Owner: jkeenan [...] cpan.org
Requestors: MRDVT [...] cpan.org
Cc: jkeenan [...] cpan.org
AdminCc:

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



CC: jkeenan [...] cpan.org
Subject: Text-CSV-Hashify->all documentation is wrong for format=>aoh
See correction bellow all() Purpose Returns all data representing CSV input file. Arguments $hash_ref = $obj->all; #if hoh $array_ref= $obj->all; #if aoh Return Value Hash reference representing all data records in the CSV input file. Array reference representing all data records in the CSV input file. Comment For the hoh format, the return value is equivalent to that of hashify().
On Wed Feb 06 13:20:44 2013, MRDVT wrote: Show quoted text
> See correction bellow > > all() > Purpose > Returns all data representing CSV input file. > > Arguments > $hash_ref = $obj->all; #if hoh > $array_ref= $obj->all; #if aoh > > Return Value > Hash reference representing all data records in the CSV input file. > Array reference representing all data records in the CSV input file. > > Comment > For the hoh format, the return value is equivalent to that of hashify(). >
Thank you for the report. This was addressed in version 0.05 of Text-CSV-Hashify, which I uploaded to CPAN on Feb 08 of this year. http://search.cpan.org/~jkeenan/Text-CSV-Hashify-0.05/lib/Text/CSV/Hashify.pm#all() Thank you very much. Jim Keenan