summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorseb <seb>2007-08-14 00:14:18 +0000
committerseb <seb>2007-08-14 00:14:18 +0000
commit862bf493454a8d4c1cc50fe685e3ab357e2a3fc4 (patch)
tree1880f12073077ee3c82d9ba4e727cb3ccb8e3e37 /doc
parentd8fe47ad912d371b1f3be7beffd48e3ba0340d66 (diff)
downloadpkgsrc-862bf493454a8d4c1cc50fe685e3ab357e2a3fc4.tar.gz
Note initial addition of p5-Class-Adapter version 1.03 as
devel/p5-Class-Adapter into The NetBSD Packages Collection. The Perl 5 module Class::Adapter is intended as an abstract base class for creating any sort of class or object that follows the Adapter pattern. An Adapter in this Perl sense of the term is when a class is created to achieve by composition (objects containing other object) something that can't be achieved by inheritance (sub-classing).
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 77165b04c1f..08550b7ed16 100644
--- a/doc/CHANGES-2007
+++ b/doc/CHANGES-2007
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1796 2007/08/13 23:02:40 tnn Exp $
+$NetBSD: CHANGES-2007,v 1.1797 2007/08/14 00:14:18 seb Exp $
Changes to the packages collection and infrastructure in 2007:
@@ -3289,3 +3289,4 @@ Changes to the packages collection and infrastructure in 2007:
Updated archivers/libarchive to 2.2.6 [joerg 2007-08-13]
Updated chat/libpurple to 2.1.0nb1 [tnn 2007-08-13]
Added chat/pidgin-sametime version 2.1.0 [tnn 2007-08-13]
+ Added devel/p5-Class-Adapter version 1.03 [seb 2007-08-14]