Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37595042
en ru br
ALT Linux repos
S:0.03-alt2

Group :: Development/Perl
RPM: perl-Script-Singleton

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.03-alt2
Build date: 16 october 2022, 16:15 ( 80.1 weeks ago )
Size: 7762 b

Home page:   http://search.cpan.org/dist/Script-Singleton/

License: 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;

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Script-Singleton
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin