pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Note initial addition of p5-Object-InsideOut versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84c776d1b01e
branches:  trunk
changeset: 533374:84c776d1b01e
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Sep 16 22:55:01 2007 +0000

description:
Note initial addition of p5-Object-InsideOut version 3.25 as
devel/p5-Object-InsideOut 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

diffstat:

 doc/CHANGES-2007 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r b3180999e645 -r 84c776d1b01e doc/CHANGES-2007
--- a/doc/CHANGES-2007  Sun Sep 16 22:54:17 2007 +0000
+++ b/doc/CHANGES-2007  Sun Sep 16 22:55:01 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.2025 2007/09/16 19:54:51 wiz Exp $
+$NetBSD: CHANGES-2007,v 1.2026 2007/09/16 22:55:01 seb Exp $
 
 Changes to the packages collection and infrastructure in 2007:
 
@@ -3691,3 +3691,4 @@
        Updated math/mathomatic to 12.7.6 [minskim 2007-09-16]
        Added misc/kchmviewer version 3.1 [wiz 2007-09-16]
        Updated x11/gtk2 to 2.12.0 [wiz 2007-09-16]
+       Added devel/p5-Object-InsideOut version 3.25 [seb 2007-09-16]



Home | Main Index | Thread Index | Old Index