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 bug
    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;

    List of RPM packages built from this SRPM:
    perl-Script-Singleton (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

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

    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