Paketname | libguard-perl |
Beschreibung | Perl module providing safe cleanup using guard objects |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.02-1+b1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 92 Byte |
Hängt ab von | perl (>= 5.10.0-24), perlapi-5.10.0, libc6 (>= 2.1.3) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | libguard-perl (1.02-1) |
Paketgröße | 16808 Byte |
Prüfsumme MD5 | 20cabe751903a2e2659a5d01a678dfa3 |
Prüfsumme SHA1 | 781507911672834be6f9d726833c37ff000d1d7b |
Prüfsumme SHA256 | 6f6053163aaa786012e9e567fe7697b12608ebd952c219c35f8ad1eeb689c4ba |
Link zum Herunterladen | libguard-perl_1.02-1+b1_i386.deb |
Ausführliche Beschreibung | Guard is a Perl module implementing so-called "guards," which are things that
"guard" a resource, ensuring that it is safely cleaned up when expected, even
if exceptional conditions interrupt the normal control flow. This allows one
to write code which executes an arbitrary code block or subroutine when either
the related Guard Object is destroyed or when the current scope ends. In other
languages, this sort of functionality is provided by the 'finally' keyword.
|