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

NAME

Log::Unrotate::Cursor::File - file keeping unrotate position

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. See Log::Unrotate for details.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 30:

=over without closing =back