The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.915 - 2019-04-14

  • Remove exceptions based on Exception::Class and use Throwable::SugarFactory instead
  • Add Text::Parser::Errors. Use exceptions from here in Text::Parser code.
  • Make Dist::Zilla::Plugin::Test::TidyAll required only for the build phase of the distro - close issue #13 on Github
  • Update and improve POD to reference errors in Text::Parser::Errors package
  • Document the errors and make recommendations for error handling in POD
  • Add README.PATCHING, and update CONTRIBUTING.md

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.