slackbuilds/perl/perl-Guard
Sergei Fedosoff f32d856233 perl/perl-Guard: Added (safe cleanup blocks).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-04-12 21:55:22 +07:00
..
README perl/perl-Guard: Added (safe cleanup blocks). 2019-04-12 21:55:22 +07:00
perl-Guard.SlackBuild perl/perl-Guard: Added (safe cleanup blocks). 2019-04-12 21:55:22 +07:00
perl-Guard.info perl/perl-Guard: Added (safe cleanup blocks). 2019-04-12 21:55:22 +07:00
slack-desc perl/perl-Guard: Added (safe cleanup blocks). 2019-04-12 21:55:22 +07:00

README

This module implements so-called "guards". A guard is something (usually
an object) that "guards" a resource, ensuring that it is cleaned up when
expected.

Specifically, this module supports two different types of guards: guard
objects, which execute a given code block when destroyed, and scoped
guards, which are tied to the scope exit.