perl-Scope-Guard

Lexically scoped resource management

SRPM:     perl-Scope-Guard-0.03-1.n0i.2.fc8.src.rpm
SPEC:     perl-Scope-Guard.spec
Version:  0.03
Release:  1.n0i.2.fc8
Epoch:    
License:  Artistic
Group:    Development/Libraries
Size:     4641
Packager: Marius Feraru <altblue@n0i.net>
Vendor:   n0i.net
URL:      http://search.cpan.org/dist/Scope-Guard/
Date:     Mon Jun 04 2007, 01:44 GMT

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.

Changelog:

  • Tue May 22 2007 Marius Feraru <altblue@n0i.net> - 0.03-1.n0i.2
    - spec file (re)created using N0i::CPAN::RPMizer v1.14.7
    - version 0.03
  • Sat Jul 30 2005 Marius Feraru <altblue@n0i.net> 0.02-1.n0i.1
    - spec file (re)created using N0i::CPAN::RPMizer/0.1
    - version 0.02

Files:

  • perl-Scope-Guard.spec
  • Scope-Guard-0.03.tar.gz

Requires:

  • perl(ExtUtils::MakeMaker)
  • reb00t-rpmdevtools
  • rpmlib(CompressedFileNames)