Skip Menu |

This queue is for tickets about the App-CSVUtils CPAN distribution.

Report information
The Basics
Id: 133077
Status: resolved
Priority: 0/
Queue: App-CSVUtils

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

Bug Information
Severity: (no value)
Broken in: 0.029
Fixed in: (no value)



Subject: csv-info: Can't use an undefined value as an ARRAY reference
csv-info fails on the following csv file: "a";"b";"c" "2010102";"1234";"online" The error message: csv-info: ERROR 500: Died: Can't use an undefined value as an ARRAY reference at /opt/perl-5.30.3/lib/site_perl/5.30.3/App/CSVUtils.pm line 783, <$fh> line 1.
On Thu, 30 Jul 2020 08:44:14 GMT, SREZIC wrote: Show quoted text
> csv-info fails on the following csv file: > > "a";"b";"c" > "2010102";"1234";"online" > > The error message: > > csv-info: ERROR 500: Died: Can't use an undefined value as an ARRAY > reference at /opt/perl-5.30.3/lib/site_perl/5.30.3/App/CSVUtils.pm > line 783, <$fh> line 1.
Sort of fixed this (commit 2579cca).