[Bug 398911] New: Review Request: perl-Scope-Guard - Lexically scoped resource management

bugzilla at redhat.com bugzilla at redhat.com
Sun Nov 25 23:57:26 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.




https://bugzilla.redhat.com/show_bug.cgi?id=398911

           Summary: Review Request: perl-Scope-Guard - Lexically scoped
                    resource management
           Product: Fedora
           Version: devel
          Platform: All
               URL: http://search.cpan.org/dist/Scope-Guard/
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: cweyl at alumni.drew.edu
         QAContact: extras-qa at fedoraproject.org
                CC: fedora-package-review at redhat.com,notting at redhat.com


SRPM URL: http://fedora.biggerontheinside.net/review/perl-Scope-Guard-0.03-1.fc6.src.rpm
SPEC URL: http://fedora.biggerontheinside.net/review/perl-Scope-Guard.spec

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.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the package-review mailing list