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

Changes for version 0.700 - 2019-01-01

  • Some operating systems can read from STDOUT and some cannot. Same goes for output file handles.
  • Improved documentation.
  • Improved code coverage using Devel::Cover for the first time. We now have 99.5% coverage.
  • Added a new method called abort_reading().

Modules

Bundles common text file reading, extensible to read any arbitrary text grammar. Stop re-writing mundane code to parse your next text file. This module supersedes the older and now defunct TextFileParser.