summaryrefslogtreecommitdiff
path: root/devel/p5-Guard
AgeCommit message (Collapse)AuthorFilesLines
2009-08-08Importing package for p5 module Guard as dependency for devel/p5-AnyEvent.sno3-0/+32
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.