NAME
Log::Unrotate::Cursor::File - file keeping unrotate position
VERSION
version 1.25
SYNOPSIS
use Log::Unrotate::Cursor::File;
$cursor = Log::Unrotate::Cursor::File->new($file, { lock => "blocking" });
METHODS
- new($file, $options)
- new($file)
-
Construct cursor from file.
$options
is an optional hashref. Only one option lock is supported, describing locking behaviour. SeeLog::Unrotate
for details.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 37:
=over without closing =back