2012-02-12 15:25:00 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message: Update p5-XML-TreePP to 0.41. Changes from previous: ---------------------- 2010/10/31 (0.41) * require_xml_decl option added. thanks to nicomen https://rt.cpan.org/Ticket/Display.html?id=42441 * empty element when #text node is undef http://www.kawa.net/works/perl/treepp/treepp.html#com-2009-07-23T16:38:09Z 2009/11/21 (0.40) * pod typo fix: (thanks to jkutej) http://annocpan.org/~KAWASAKI/XML-TreePP-0.39/lib/XML/TreePP.pm#note_2382 |
2011-08-14 17:14:23 by OBATA Akio | Files touched by this commit (201) |
Log message: Revision bump after updating perl5 to 5.14.1. |
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message: Bump the PKGREVISION for all packages which depend directly on perl, to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks! |
2010-07-30 12:29:30 by Stoned Elipot | Files touched by this commit (3) | |
Log message: Initial import of p5-XML-TreePP version 0.39 in 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. |