DBD::CSV accesses the guts of the helper CSV class instead of using the
documented interface. This causes problems when using a class other than
Text::CSV.
local $/ = $csv->{'eol'};
should be
local $/ = $csv->eol();
This queue is for tickets about the DBD-CSV CPAN distribution.
The Basics
People
|
Bug Information
|