Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Object-Destroyer / pkg-descr
1 Object::Destroyer allows for the creation of "Destroy" handles. The
2 handle is "attached" to the circular relationship, but is not a part
3 of it. When the destroy handle falls out of scope, it will be cleaned
4 up correctly, and while being cleaned up, it will also force the data
5 structure it is attached to be destroyed as well. Object::Destroyer
6 can call a specified release method on an object (or method DESTROY by
7 default). Alternatively, it can execute an arbitrary user code passed
8 to constructor as a code reference.
9
10 WWW: http://search.cpan.org/dist/Object-Destroyer/