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-33.fc43 | - |
Fedora 42 | 0.208-32.fc42 | - |
Fedora 41 | 0.208-31.fc41 | - |
Fedora 40 | 0.208-30.fc40 | - |
Fedora EPEL 9 | 0.208-26.el9 | - |
Fedora EPEL 8 | 0.208-17.el8 | - |
Fedora EPEL 10.1 | 0.208-33.el10_1 | - |
Fedora EPEL 10.0 | 0.208-33.el10_0 | - |
You can contact the maintainers of this package via email at
perl-LockFile-Simple dash maintainers at fedoraproject dot org
.