Commit graph

2 commits

Author SHA1 Message Date
schmonz
881cc67b05 Update to 1.05, and take MAINTAINER. From the changelog:
* reordered Changes to be recent at the top
* rewritten t/large_file.t to skip non-sparse file systems
    code borrowed from lfs.t in newer perl
    - coding done by Robert Buels
2011-06-17 17:00:32 +00:00
jnemeth
321c89f6f6 This module reads a file backwards line by line. It is simple to use,
memory efficient and fast. It supports both an object and a tied handle
interface.

It is intended for processing log and other similar text files which
typically have their newest entries appended to them. By default files
are assumed to be plain text and have a line ending appropriate to the
OS. But you can set the input record separator string on a per file
basis.
2007-11-13 15:58:43 +00:00