Subject: CVS commit: pkgsrc/devel/p5-Object-InsideOut
To: None <pkgsrc-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 09/16/2007 22:51:57
Module Name:	pkgsrc
Committed By:	seb
Date:		Sun Sep 16 22:51:57 UTC 2007

Update of /cvsroot/pkgsrc/devel/p5-Object-InsideOut
In directory ivanova.netbsd.org:/tmp/cvs-serv23037

Log Message:
Initial import of p5-Object-InsideOut version 3.25 into The NetBSD 
Packages Collection.

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


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/p5-Object-InsideOut/Makefile
N pkgsrc/devel/p5-Object-InsideOut/DESCR
N pkgsrc/devel/p5-Object-InsideOut/distinfo
N pkgsrc/devel/p5-Object-InsideOut/PLIST

No conflicts created by this import