The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.0.7 - 2016-09-22

  • lib/Text/AutoCSV.pm: ask for DateTime::Format::Strptime to be >= 1.63 (credits: SREZIC@cpan.org)
  • lib/Text/AutoCSV.pm: no longer record each input record twice (once as an array, once as a hash) when keeping it in-memory. Instead, keep each record only as an array and convert it to a hash on-the-fly as needed.
  • Add option value_if_found in searches, and corresponding attribute search_value_if_found. Updates test plan & POD accordingly.

Modules

helper module to automate the use of Text::CSV