Пакет perl-File-Flock: Информация

    Исходный пакет: perl-File-Flock
    Версия: 2014.01-alt1
    Последняя версия по данным Repology
    Собран:  25 июля 2014 г. 17:38 в задании #125746
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: Wrapper for flock() to make file locking trivial
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-File-Flock (noarch)

    Сопровождающий: Denis Baranov

    Список участников:
    Igor Vlasenko
    Denis Baranov

    Права:
    @nobody

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

    Последнее изменение


    25 июля 2014 г. Igor Vlasenko 2014.01-alt1
    - automated CPAN update
    9 октября 2013 г. Igor Vlasenko 2013.11-alt1
    - automated CPAN update
    30 ноября 2010 г. Denis Baranov 2008.01-alt1
    - initial build for ALT Linux Sisyphus