Info2: << Package: scope-guard-pm%type_pkg[perl] Version: 0.20 Revision: 1 Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6 ### Depends: perl%type_pkg[perl]-core ### Source: mirror:cpan:authors/id/C/CH/CHOCOLATE/Scope-Guard-%v.tar.gz Source-MD5: 495d5ae16a2df8128fd068c386c9d4ac ### Type: perl (5.8.6 5.8.8 5.10.0) UpdatePOD: true ### InstallScript: << %{default_script} mv %i/share/man %i/lib/perl5/%type_raw[perl] << ### DocFiles: Changes README ### Description: Lexically scoped resource management DescDetail: << 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 ref- erence 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. << DescPackaging: << Former Maintainer: degraw << ### License: Artistic/GPL Maintainer: Daniel Macks Homepage: http://search.cpan.org/dist/Scope-Guard <<