devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / p5-Guard / DESCR
1 This module implements so-called "guards". A guard is something (usually an
2 object) that "guards" a resource, ensuring that it is cleaned up when
3 expected.
4
5 Specifically, this module supports two different types of guards: guard
6 objects, which execute a given code block when destroyed, and scoped guards,
7 which are tied to the scope exit.