Package perl-Script-Singleton: Information
Source package: perl-Script-Singleton
Version: 0.03-alt2
Build time: Oct 17, 2022, 03:53 PM
Category: Development/Perl
Report package bugLicense: artistic_2
Summary: Ensure only a single instance of a script can run
Description:
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;Maintainer: Igor Vlasenko
Last changed
Oct. 16, 2022 Igor Vlasenko 0.03-alt2
- to Sisyphus as perl-IPC-Shareable dep
Sept. 1, 2021 Igor Vlasenko 0.03-alt1
- updated by package builder
July 19, 2021 Igor Vlasenko 0.01-alt1
- initial import by package builder