diff options
author | seb <seb@pkgsrc.org> | 2007-08-14 00:14:18 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-08-14 00:14:18 +0000 |
commit | d9cb93db17055c5f68c2e8c63a9768272ec1be21 (patch) | |
tree | 1880f12073077ee3c82d9ba4e727cb3ccb8e3e37 /doc | |
parent | d509da3dd7c191650dbfd005030780c5b21bd46a (diff) | |
download | pkgsrc-d9cb93db17055c5f68c2e8c63a9768272ec1be21.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-2007 | 3 |
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] |