1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: libfile-nfslock-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-nfslock-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-nfslock-perl.git
Homepage: https://metacpan.org/release/File-NFSLock
Package: libfile-nfslock-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends}
Multi-Arch: foreign
Description: perl module to do NFS (or not) locking
Program based on the concept of hard linking of files being atomic across
NFS. This concept was mentioned in Mail::Box::Locker. Some ideas are
taken from there -- particularly the idea of creating a random local file,
hard linking a common file to the local file, and then checking the nlink
status.
.
File::NFSLock was written to be light, generic, and fast.
|