Path to this page:
./
devel/p5-File-Flock,
File::Flock - file locking with flock
Branch: CURRENT,
Version: 2014.01nb8,
Package name: p5-File-Flock-2014.01nb8,
Maintainer: pkgsrc-usersLock files using the flock() call. If the file to be locked does not exist,
then the file is created. If the file was created then it will be removed
when it is unlocked assuming it's still an empty file.
Locks can be created by new'ing a File::Flock object. Such locks are
automatically removed when the object goes out of scope. The unlock()
method may also be used.
lock_rename() is used to tell File::Flock when a file has been renamed (and
thus the internal locking data that is stored based on the filename should
be moved to a new name). unlock() the new name rather than the original
name.
Locks are released on process exit when the process that created the lock
exits. Subprocesses that exit do not remove locks. Use forget_locks() or
POSIX::_exit() to prevent unlocking on process exit.
Required to run:[
lang/perl5]
Required to build:[
devel/p5-File-Slurp] [
devel/p5-AnyEvent] [
devel/p5-List-MoreUtils] [
devel/p5-Test-SharedFork] [
pkgtools/cwrappers] [
devel/p5-Data-Structure-Util] [
devel/p5-IO-Event]
Master sites: (Expand)
Filesize: 12.49 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-File-Flock-2014.01nb8
- (2023-07-06) Updated to version: p5-File-Flock-2014.01nb7
- (2022-06-28) Updated to version: p5-File-Flock-2014.01nb6
- (2021-05-25) Updated to version: p5-File-Flock-2014.01nb5
- (2020-09-01) Updated to version: p5-File-Flock-2014.01nb4
- (2019-08-11) Updated to version: p5-File-Flock-2014.01nb3
CVS history: (Expand)