On Mon, Nov 06, 2023 at 10:05:38AM +0100, Renaud Allard wrote:
> Here is a new port for p5-File-FcntlLock which will be needed in order 
> to update mail/exim to the next version.

COMMENT = file locking with fcntl(2)
has to start with lower case letter

WANTLIB = c perl
as FcntlLock.xs calls fnctl(2) from libc

pkg/DESCR should be more than the comment line.  Probably text from
the readme:
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.

otherwise OK bluhm@

Reply via email to