Paketname | libobject-insideout-perl |
Beschreibung | comprehensive inside-out object construction kit |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 3.58-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 468 Byte |
Hängt ab von | perl, libexception-class-perl (>= 1.29) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 131326 Byte |
Prüfsumme MD5 | 4f377033fb25a3146f430b25fb54e70e |
Prüfsumme SHA1 | d8f96c17db65f51c8680012241db044cdae36c6d |
Prüfsumme SHA256 | 2f029589be2a5934b5d6098c09b42a006c6bce8523e0583db2e45516c982b2bb |
Link zum Herunterladen | libobject-insideout-perl_3.58-1_all.deb |
Ausführliche Beschreibung | Object::InsideOut is a Perl module that implements inside-out objects as
anonymous scalar references that are blessed into a class with the scalar
containing the ID for the object (usually a sequence number). The scalar
reference is set as read-only to prevent accidental modifications to the ID.
Object data (such as fields) are stored within the class's package in either
arrays indexed by the object's ID, or hashes keyed to the object's ID.
|