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

Changes for version 0.2.0 - 2011-08-05

  • Removed EV dependency Fixed issue when Test::Kwalitee not installed Added the ability to process plugins when no lines have been read if they flag allow_lines attribute Added closing and reopening the file handle incase the log file was deleted Changed from EV events to AnyEvent::Impl::Perl which fixes ^C handling Fixed issue when a file has been truncated and the file size is undefined Trying to get group lines to not freeze the opperation of tailing Added reinstalling interupt handler after it's called to try and fix ^C handling Fixed missing renamed method parent to tailer Fixed parent -> tailer change Fixed missing option Added a clear screen option

Documentation

Tail files using the Tail::Tool library

Modules

Tool for sophisticated tailing of files
Looks after individual files
Groups real lines of a log file so that other plugins treat then as one line.
Highlights any text that matches the supplied regular expressions.
<One-line description of module's purpose>
Checks that each line passed matches a regex
<One-line description of module's purpose>
Prints spaces when there has been a pause in running.
The parent module for plugins that change individual lines. eg highlighting
Parent module for Plugins that perform pre-processing tasks on tailed lines. eg filtering
Base class for regex details
<One-line description of module's purpose>