summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorseb <seb>2007-09-16 22:55:01 +0000
committerseb <seb>2007-09-16 22:55:01 +0000
commita1b9c0a6aa589d455b195bc13af833c6efa0a0d2 (patch)
treeaf5184685636ee50e8668488f2e23660e9a57d73 /doc
parent270c72a4eac235bdc1339a11025e297fb3ba3d3c (diff)
downloadpkgsrc-a1b9c0a6aa589d455b195bc13af833c6efa0a0d2.tar.gz
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 (limited to 'doc')
-rw-r--r--doc/CHANGES-20073
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2007 b/doc/CHANGES-2007
index 3617ff217b4..a94045a4523 100644
--- a/doc/CHANGES-2007
+++ b/doc/CHANGES-2007
@@ -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 @@ Changes to the packages collection and infrastructure in 2007:
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]