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

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


Branch: pkgsrc-2010Q2, Version: 3.64, Package name: p5-Object-InsideOut-3.64, 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-Storable]

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

Master sites: (Expand)

SHA1: 8fb2b62fd61df2e7d2f08c792e9b0e12628b81b1
RMD160: 52379255ae9fb9e80e69f8acbdf4b6b01c25f594
Filesize: 113.595 KB

Version history: (Expand)