- perl (>= 5.15.0)
- libexception-class-perl
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.
Installed Size: 418.8 kB
Architectures: all