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

VERSION

version 1.28

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. lock option describes locking behaviour. See Log::Unrotate for details. rollback_period option defines target rollback time in seconds.If 0, rollback behaviour will be off.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 44:

=over without closing =back