Changes for version 0.926 - 2019-06-21

  • Removed unnecessary module dependencies. Users can always use Import::Into when they need to add new functions (Issue #52)
  • Bug with shared variables not being removed after read call fixed (Issue #49)
  • Minor updates to documentation

Documentation

A manual for the Text::Parser class
A comparison of text parsing with native Perl and Text::Parser
A manual for ExAWK (extended AWK) syntax

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.
Makes it possible to write AWK-style parsing rules for Text::Parser