| 1 | # $Id$ |
|---|
| 2 | PortSystem 1.0 |
|---|
| 3 | PortGroup perl5 1.0 |
|---|
| 4 | |
|---|
| 5 | perl5.setup File-ReadBackwards 1.04 |
|---|
| 6 | maintainers hostwizard.com:scott |
|---|
| 7 | |
|---|
| 8 | description This module reads a file backwards line by line. |
|---|
| 9 | |
|---|
| 10 | long_description It is simple to use, memory efficient and fast. \ |
|---|
| 11 | It supports both an object and a tied handle interface. \ |
|---|
| 12 | \ |
|---|
| 13 | It is intended for processing log and other similar text \ |
|---|
| 14 | files which typically have their newest entries appended \ |
|---|
| 15 | to them. By default files are assumed to be plain text and \ |
|---|
| 16 | have a line ending appropriate to the OS. But you can set \ |
|---|
| 17 | the input record separator string on a per file basis. |
|---|
| 18 | |
|---|
| 19 | homepage http://search.cpan.org/~uri/File-ReadBackwards-1.04/ |
|---|
| 20 | |
|---|
| 21 | platforms darwin |
|---|
| 22 | |
|---|
| 23 | checksums md5 bda339c8b2e5139649cb28c4b775fb42 \ |
|---|
| 24 | sha1 19874cb169f2b105c82222588a163fb17bd77599 \ |
|---|
| 25 | rmd160 ab166d1797b0e95ae8990ee583071337bfb54fdf |
|---|
| 26 | |
|---|