Path-Class-File-Lockable
view release on metacpan or search on metacpan
lib/Path/Class/File/Lockable.pm view on Meta::CPAN
}
=head2 lock_info
Returns a colon-limited string with the contents of the lock file.
Will croak if the lock file does not exist.
B<Note> that the owner and timestamp in the file contents
are not from a stat() of the file.
They are written
at the time the lock file is created. So chown'ing or touch'ing
a lock file do not alter its status.
See lock_owner() and lock_time() for easier ways to get at specific
information.
=cut
sub lock_info {
my $self = shift;
my $lfile = $self->lock_file;
( run in 0.634 second using v1.01-cache-2.11-cpan-5511b514fd6 )