Package perl-Scope-Guard: Information

    Source package: perl-Scope-Guard
    Version: 0.20-alt1.1
    Build time:  Nov 24, 2010, 02:29 PM
    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.
    
    For more information, see: <http://www.cuj.com/documents/s=8000/cujcexp1812alexandr/>

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

    Maintainer: Michael Bochkaryov

    List of contributors:
    Igor Vlasenko
    Michael Bochkaryov


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

    Last changed


    Nov. 22, 2010 Igor Vlasenko 0.20-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu
    July 13, 2010 Igor Vlasenko 0.20-alt1
    - automated CPAN update
    Sept. 23, 2008 Michael Bochkaryov 0.03-alt2
    - fix directory ownership violation