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

Group :: Development/Perl
RPM: perl-Scope-Guard

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.21-alt2
Build date: 7 july 2019, 21:02 ( 246.6 weeks ago )
Size: 8579 b

Home page:   http://search.cpan.org/dist/Scope-Guard/

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.

Current maintainer: Michael Bochkaryov

List of contributors

List of rpms provided by this srpm:

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