Package perl-File-NFSLock: Information

    Binary package: perl-File-NFSLock
    Version: 1.21-alt1
    Architecture: noarch
    Build time:  Sep 19, 2011, 10:56 PM
    Source package: perl-File-NFSLock
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: File-NFSLock - perl module to do NFS (or not) locking
    Description: 
    Program based of concept of hard linking of files being atomic across
    NFS.  This concept was mentioned in Mail::Box::Locker (which was
    originally presented in Mail::Folder::Maildir).  Some routine flow is
    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.  Some ideologies were not complete (uncache
    mechanism, shared locking) and some coding was even incorrect (wrong
    stat index).  File::NFSLock was written to be light, generic,
    and fast.

    Maintainer: Vitaly Lipatov

    List of contributors:
    Igor Vlasenko
    Vitaly Lipatov

    ACL:
    @qa_p7

    Last changed


    Sept. 19, 2011 Igor Vlasenko 1.21-alt1
    - automated CPAN update
    Nov. 22, 2010 Igor Vlasenko 1.20-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu
    Sept. 6, 2008 Vitaly Lipatov 1.20-alt2
    - fix directory ownership violation