Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37657844
en ru br
Репозитории ALT

Группа :: Разработка/Perl
Пакет: perl-Script-Singleton

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 0.03-alt2
Время сборки: 16 октября 2022, 16:15 ( 80.4 недели назад )
Размер архива: 7762 b

Домашняя страница:   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;

Текущий майнтейнер: Igor Vlasenko

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • perl-Script-Singleton
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin