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

Changes for version 0.919 - 2019-04-21

  • Change auto_split and multiline_type into read-write attributes: multiline_type can be changed back to undef (Issues #32, #31, #26)
  • Add a new function called field_range that will return the elements in a given range (#26)
  • Check that file is a plain text file with -T, make code ready for future Text::Parser::AutoUncompress (Issue #33)
  • Elaborated Pod for functions in Text::Parser::AutoSplit and mentioned them in Text::Parser Pod (Issue #27)

Modules

Simplifies text parsing. Easily extensible to parse any text format.
A role that adds the ability to auto-split a line into fields
Exceptions for Text::Parser
Adds multi-line support to the Text::Parser object.