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

    Исходный пакет: perl-Script-Singleton
    Версия: 0.03-alt2
    Собран:  16 октября 2022 г. 22:02
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Script-Singleton/

    Лицензия: artistic_2
    О пакете: Ensure only a single instance of a script can run
    Описание: 
    Using shared memory, this distribution ensures only a single instance of any
    script can be running at any one time.
    
    There are no functions or methods. All the work is performed in the use
    line. `LOCK' is the glue that identifies the shared memory segment. If a
    second parameter with a true value is sent in, we'll output a warning if the
    same script is run at the same time and it exits:
    
        use Script::Singleton 'LOCK', 1;

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

    Сопровождающий: Igor Vlasenko

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

      1. perl(Test/More.pm)
      2. perl-devel
      3. perl-podlators
      4. rpm-build-perl
      5. perl(Cwd.pm)
      6. perl(ExtUtils/MakeMaker.pm)
      7. perl(IPC/Shareable.pm)

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


    16 октября 2022 г. Igor Vlasenko 0.03-alt2
    - to Sisyphus as perl-IPC-Shareable dep
    1 сентября 2021 г. Igor Vlasenko 0.03-alt1
    - updated by package builder
    19 июля 2021 г. Igor Vlasenko 0.01-alt1
    - initial import by package builder