Simple file locking scheme
This simple locking scheme is not based on any file locking system calls such as flock() or lockf() but rather relies on basic file system primitives and properties, such as the atomicity of the write() system call. It is not meant to be exempt from all race conditions, especially over NFS.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.208-23.fc35 | - |
Fedora 35 | 0.208-23.fc35 | - |
Fedora 34 | 0.208-21.fc34 | - |
EPEL 8 | 0.208-17.el8 | - |
EPEL 7 | 0.208-1.el7 | - |
You can contact the maintainers of this package via email at
perl-LockFile-Simple dash maintainers at fedoraproject dot org
.