./devel/p5-Object-InsideOut, Perl 5 module providing comprehensive inside-out object support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q1, Version: 3.52, Package name: p5-Object-InsideOut-3.52, Maintainer: pkgsrc-users

The Perl 5 module Object::InsideOut provides comprehensive support
for implementing classes using the inside-out object model.

It 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). Object data (i.e.,
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.

The virtues of the inside-out object model over the 'blessed hash'
object model have been extolled in detail elsewhere. Briefly,
inside-out objects offer the following advantages over 'blessed
hash' objects:
* Encapsulation
* Field Name Collision Avoidance
* Compile-time Name Checking


Required to run:
[lang/perl5] [devel/p5-Exception-Class] [devel/p5-Want]

Required to build:
[devel/p5-Module-Build]

Master sites: (Expand)

SHA1: df91de0c85d0481b34fbbb8e18a1a6f7ce69f148
RMD160: 45c6a153c1488f0ec7efed9bc2ccc8963f881454
Filesize: 111.942 KB

Version history: (Expand)