Pakket: libobject-insideout-perl (4.05-2)
Verwijzigingen voor libobject-insideout-perl
Debian bronnen:
Het bronpakket libobject-insideout-perl downloaden:
- [libobject-insideout-perl_4.05-2.dsc]
- [libobject-insideout-perl_4.05.orig.tar.gz]
- [libobject-insideout-perl_4.05-2.debian.tar.xz]
Beheerders:
- Debian Perl Group (QA-pagina, Mailarchief)
- gregor herrmann (QA-pagina)
- Salvatore Bonaccorso (QA-pagina)
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
comprehensive inside-out object construction kit
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.
Andere aan libobject-insideout-perl gerelateerde pakketten
|
|
|
|
-
- dep: libexception-class-perl
- module that allows you to declare real exception classes in Perl
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- sug: libwant-perl
- generalisation of wantarray