diff options
author | seb <seb@pkgsrc.org> | 2009-12-04 23:59:35 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-12-04 23:59:35 +0000 |
commit | a712a3ffde558ff0b27f384e792f6e16ac4359a3 (patch) | |
tree | 7023531f6ebfd0934333197b4e69c710a947d7ca /doc | |
parent | 6e01e7ede8ab66271eb827355ddc73cc53edbf3d (diff) | |
download | pkgsrc-a712a3ffde558ff0b27f384e792f6e16ac4359a3.tar.gz |
Note initial addition of p5-Class-XSAccessor-Array version 1.04 as
devel/p5-Class-XSAccessor-Array into The NetBSD Packages Collection.
The Perl 5 module Class::XSAccessor::Array implements fast read,
write and read/write accessors in XS. Additionally, it can provide
predicates such as has_foo() for testing whether the attribute foo
is defined in the object. It works only with objects that are
implemented as arrays.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES-2009 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2009 b/doc/CHANGES-2009 index 4baab4068cc..5030ccd3087 100644 --- a/doc/CHANGES-2009 +++ b/doc/CHANGES-2009 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2009,v 1.4512 2009/12/04 23:38:59 seb Exp $ +$NetBSD: CHANGES-2009,v 1.4513 2009/12/04 23:59:35 seb Exp $ Changes to the packages collection and infrastructure in 2009: @@ -6057,3 +6057,4 @@ Changes to the packages collection and infrastructure in 2009: Added textproc/p5-ack version 1.90 [seb 2009-12-04] Updated devel/p5-Class-Adapter to 1.06 [seb 2009-12-04] Added devel/p5-Class-Unload version 0.05 [seb 2009-12-04] + Added devel/p5-Class-XSAccessor-Array version 1.04 [seb 2009-12-04] |