Paketname | libobject-destroyer-perl |
Beschreibung | make objects with circular references DESTROY normally |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 2.00-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 88 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 14228 Byte |
Prüfsumme MD5 | 43d575ea81caf38e2d62626a738aa146 |
Prüfsumme SHA1 | 613def3eae96ff421c70897c778f53ef62af4e06 |
Prüfsumme SHA256 | 368fa3a5e31e7e086c672b445cae5ee1ee43ebc5c5a630a707e1820a2354de13 |
Link zum Herunterladen | libobject-destroyer-perl_2.00-1_all.deb |
Ausführliche Beschreibung | Object::Destroyer allows for the creation of "Destroy" handles. The
handle is "attached" to a 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.
|