Package perl-Scope-Guard: Information

    Source package: perl-Scope-Guard
    Version: 0.21-alt2
    Latest version according to Repology
    Build time:  Jul 8, 2019, 12:08 AM in the task #234075
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: lexically scoped resource management
    Description: 
    This module provides a convenient way to perform cleanup or other forms
    of resource management at the end of a scope. It is particularly useful
    when dealing with exceptions: the Scope::Guard constructor takes a
    reference to a subroutine that is guaranteed to be called even if the
    thread of execution is aborted prematurely. This effectively allows
    lexically-scoped "promises" to be made that are automatically honoured
    by perl's garbage collector.

    List of rpms provided by this srpm:
    perl-Scope-Guard (noarch)

    Maintainer: Michael Bochkaryov


    ACL:
    Igor Vlasenko
    @everybody

      1. perl-Test-Pod
      2. perl-Test-Pod-Coverage

    Last changed


    July 8, 2019 Michael Shigorin 0.21-alt2
    - cleaned up spec including %description excluding rotten link
      (redirects to a useless loan site now)
    Oct. 11, 2015 Igor Vlasenko 0.21-alt1
    - automated CPAN update
    Nov. 22, 2010 Igor Vlasenko 0.20-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu