summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Compile
AgeCommit message (Collapse)AuthorFilesLines
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-1/+2
2017-04-29Update to 1.56wen2-11/+13
Update DEPENDS Upstream changes: version 1.56: Thu 30 Mar 08:54:49 CEST 2017 Fixes: - disabled a few regression tests which involve json_friendly, because the modules changed behavior. version 1.55: Wed 8 Mar 08:28:02 CET 2017 Changes: - xml2yaml: new option --keep-root, default true. Improvements: - spell fix Debian rt.cpan.org#118569 [Lucas Kanashiro, Debian] - add json_friendly, patch by Slaven Rezic. - added bin/xml2jsons: ----------------------------------------------------------------------
2016-11-23Import p5-XML-Compile-1.54 as textproc/p5-XML-Compile.wiz3-0/+36
Many (professional) applications process XML messages based on a formal specification, expressed in XML Schemas. XML::Compile translates between XML and Perl with the help of such schemas. Your Perl program only handles a tree of nested HASHes and ARRAYs, and does not need to understand namespaces and other general XML and schema nastiness.