Package perl-File-Flock: Information

    Source package: perl-File-Flock
    Version: 2014.01-alt1
    Build time:  Jul 25, 2014, 05:38 PM in the task #125746
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: Wrapper for flock() to make file locking trivial
    Description: 
    Lock files using the flock() call.  If the file to be locked does not
    exist, then the file is created.  If the file was created then it will
    be removed when it is unlocked assuming it's still an empty file.
    
    Locks can be created by new'ing a File::Flock object.  Such locks
    are automatically removed when the object goes out of scope.  The
    unlock() method may also be used.
    
    lock_rename() is used to tell File::Flock when a file has been
    renamed (and thus the internal locking data that is stored based
    on the filename should be moved to a new name).  unlock() the
    new name rather than the original name.

    List of rpms provided by this srpm:
    perl-File-Flock (noarch)

    Maintainer: Denis Baranov

    List of contributors:
    Igor Vlasenko
    Denis Baranov

      1. perl(Test/SharedFork.pm)
      2. perl-devel
      3. libnss-role
      4. perl(Data/Structure/Util.pm)
      5. perl(File/Slurp.pm)
      6. perl(IO/Event.pm)
      7. perl(Module/Build.pm)

    Last changed


    July 25, 2014 Igor Vlasenko 2014.01-alt1
    - automated CPAN update
    Oct. 9, 2013 Igor Vlasenko 2013.11-alt1
    - automated CPAN update
    Nov. 30, 2010 Denis Baranov 2008.01-alt1
    - initial build for ALT Linux Sisyphus