| Log-Unrotate documentation | view source | Contained in the Log-Unrotate distribution. |
Log::Unrotate::Cursor::File - file keeping unrotate position
version 1.25
use Log::Unrotate::Cursor::File;
$cursor = Log::Unrotate::Cursor::File->new($file, { lock => "blocking" });
Construct cursor from file.
$options is an optional hashref.
Only one option lock is supported, describing locking behaviour. See Log::Unrotate for details.
| Log-Unrotate documentation | view source | Contained in the Log-Unrotate distribution. |