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

Changes for version 0.918 - 2019-04-18

  • Add a test to ensure that auto_split works correctly even without auto_trim (Issue: #18)
  • Add a new method named this_line which works in all subclasses (Issue: #20)
  • Don't use setting method in Text::Parser::Multiline
  • Remove line_auto_manip and setting methods
  • Refactor code in Text::Parser::Multiline
  • Re-organize and simplify POD, test all links (Issue: #22)

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.