diff options
author | seb <seb@pkgsrc.org> | 2010-07-30 10:30:27 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-07-30 10:30:27 +0000 |
commit | cc5a2ec7fea6c460fbf5207b2183be23a2dfe12d (patch) | |
tree | 0bc3d3d69a1d13cae8d207a372d9130f86727b3e | |
parent | 307dcef4c0bc4010c5c4d716276c964394b9ed5d (diff) | |
download | pkgsrc-cc5a2ec7fea6c460fbf5207b2183be23a2dfe12d.tar.gz |
Note initial addition of p5-XML-TreePP version 0.39 as
textproc/p5-XML-TreePP into The NetBSD Packages Collection.
The Perl 5 module XML::TreePP module parses an XML document and
expands it for a hash tree. This generates an XML document from a
hash tree as the opposite way around. It is a pure Perl implementation.
It can also fetch and parse an XML document from remote web server
like JavaScript's XMLHttpRequest object.
-rw-r--r-- | doc/CHANGES-2010 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2010 b/doc/CHANGES-2010 index adcde6e8afb..c3329ec7994 100644 --- a/doc/CHANGES-2010 +++ b/doc/CHANGES-2010 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2010,v 1.2623 2010/07/30 08:27:04 seb Exp $ +$NetBSD: CHANGES-2010,v 1.2624 2010/07/30 10:30:27 seb Exp $ Changes to the packages collection and infrastructure in 2010: @@ -3511,3 +3511,4 @@ Changes to the packages collection and infrastructure in 2010: Updated devel/p5-App-cpanoutdated to 0.11 [seb 2010-07-29] Added www/p5-WWW-Mechanize-GZip version 0.12 [seb 2010-07-29] Added net/p5-Net-GitHub version 0.22 [seb 2010-07-30] + Added textproc/p5-XML-TreePP version 0.39 [seb 2010-07-30] |