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

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


Branch: pkgsrc-2008Q3, Version: 3.45, Package name: p5-Object-InsideOut-3.45, 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:
[devel/p5-Want] [devel/p5-Exception-Class] [lang/perl5]

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

Master sites: (Expand)

SHA1: 309a39c2699aadfb009a69b96a6d2f87266bf194
RMD160: 038861443cb2c0c0e5af1d94b2c79ebc5969c68d
Filesize: 111.036 KB

Version history: (Expand)