p5-File-FcntlLock

file locking with fcntl(2)

WWW CVSWeb GITHub
  1. Package version
    p5-File-FcntlLock-0.22
  2. Maintainer
    Renaud Allard

File::FcntlLock is a module to do file locking in an object oriented
fashion using the fcntl(2) system call. This allows locks on parts of
a file as well as on the whole file and overcomes some known problems
with flock(2), on which Perls flock() function is based per default.