On Wed Feb 06 21:26:28 2013, JKEENAN wrote:
Show quoted text> On Wed Feb 06 13:16:59 2013, MRDVT wrote:
> > The new constructor requires that "key" be set to a true value but it
> > is not needed for format=>aoh case.
> >
> > for my $el ( qw| file key | ) {
> > croak "Argument to 'new()' must have '$el' element"
> > unless $args->{$el};
> > }
> >
> > Thanks,
> > Mike
> >
> > mrdvt92
>
> Good catch! I have made revisions which I have pushed to github:
>
https://github.com/jkeenan/text-csv-hashify
>
> Feedback welcome. I will upload a new version to CPAN once I have had a
> chance to look at the other ticket you filed
> (
https://rt.cpan.org/Ticket/Display.html?id=83169) and some other issues.
>
> Thank you very much.
> Jim Keenan
Text-CSV-Hashify v0.05 was pushed to CPAN on Feb 08 2013. I believe this satisfies the request in this ticket. Closing ticket.