Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repeated words are are hard to to find sometimes. | Eitan Adler | 2012-01-08 | 1 | -1/+1 |
| | | | | | | | Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=288737 | ||||
* | - Update to 2.01 | Martin Wilke | 2011-04-12 | 2 | -4/+4 |
| | | | | | | | | PR: 156215 Submitted by: maintainer Notes: svn path=/head/; revision=272572 | ||||
* | - Remove @comment from the p5- pkg-plists | Philip M. Gollucci | 2010-11-24 | 1 | -1/+0 |
| | | | | | | | | Missed by: myself (pgollucci) Reminded by: az Notes: svn path=/head/; revision=265065 | ||||
* | Object::Destroyer allows for the creation of "Destroy" handles. The | Philip M. Gollucci | 2010-11-24 | 4 | -0/+39 |
handle is "attached" to the circular relationship, but is not a part of it. When the destroy handle falls out of scope, it will be cleaned up correctly, and while being cleaned up, it will also force the data structure it is attached to to be destroyed as well. Object::Destroyer can call a specified release method on an object (or method DESTROY by default). Alternatively, it can execute an arbitrary user code passed to constructor as a code reference. WWW: http://search.cpan.org/dist/Object-Destroyer/ PR: ports/152276 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=265060 |