[libxml-libxml-perl] branch master updated (5fd0513 -> 50b27c2)

gregor herrmann gregoa at debian.org
Fri May 16 16:32:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libxml-libxml-perl.

      from  5fd0513   update changelog
      adds  db37536   Imported Upstream version 2.0116+dfsg
       new  6ec0974   Merge tag 'upstream/2.0116+dfsg'
       new  230228e   New upstream release.
       new  c939ea7   Refresh fail-build-no-libxml2.patch (offset).
       new  8db04ec   Update years of packaging copyright.
       new  50b27c2   releasing package libxml-libxml-perl version 2.0116+dfsg-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                    | 267 +++++++++++++++++----------
 LibXML.pm                                  |  25 ++-
 LibXML.pod                                 |   9 +-
 LibXML.xs                                  | 283 ++++++++++++++++++++---------
 MANIFEST                                   |   5 +
 META.json                                  |   5 +-
 META.yml                                   |  29 +--
 Makefile.PL                                |   5 +
 debian/changelog                           |   7 +-
 debian/copyright                           |   2 +-
 debian/patches/fail-build-no-libxml2.patch |   4 +-
 docs/libxml.dbk                            |   2 +-
 dom.c                                      |  10 +-
 example/xmllibxmldocs.pl                   | 200 ++++++++++----------
 inc/Devel/CheckLib.pm                      |   2 +
 lib/XML/LibXML/Attr.pod                    |   9 +-
 lib/XML/LibXML/AttributeHash.pm            |   2 +-
 lib/XML/LibXML/Boolean.pm                  |   3 +-
 lib/XML/LibXML/CDATASection.pod            |   9 +-
 lib/XML/LibXML/Comment.pod                 |   9 +-
 lib/XML/LibXML/Common.pm                   |   3 +-
 lib/XML/LibXML/Common.pod                  |   9 +-
 lib/XML/LibXML/DOM.pod                     |   9 +-
 lib/XML/LibXML/Devel.pm                    |   2 +-
 lib/XML/LibXML/Document.pod                |   9 +-
 lib/XML/LibXML/DocumentFragment.pod        |   9 +-
 lib/XML/LibXML/Dtd.pod                     |   9 +-
 lib/XML/LibXML/Element.pod                 |   9 +-
 lib/XML/LibXML/ErrNo.pm                    |   3 +-
 lib/XML/LibXML/ErrNo.pod                   |   9 +-
 lib/XML/LibXML/Error.pm                    |   2 +-
 lib/XML/LibXML/Error.pod                   |   9 +-
 lib/XML/LibXML/InputCallback.pod           |   9 +-
 lib/XML/LibXML/Literal.pm                  |   5 +-
 lib/XML/LibXML/Namespace.pod               |   9 +-
 lib/XML/LibXML/Node.pod                    |   9 +-
 lib/XML/LibXML/NodeList.pm                 |   2 +-
 lib/XML/LibXML/Number.pm                   |   3 +-
 lib/XML/LibXML/PI.pod                      |   9 +-
 lib/XML/LibXML/Parser.pod                  |   9 +-
 lib/XML/LibXML/Pattern.pod                 |   9 +-
 lib/XML/LibXML/Reader.pm                   |   2 +-
 lib/XML/LibXML/Reader.pod                  |   9 +-
 lib/XML/LibXML/RegExp.pod                  |   9 +-
 lib/XML/LibXML/RelaxNG.pod                 |   9 +-
 lib/XML/LibXML/SAX.pm                      |   4 +-
 lib/XML/LibXML/SAX.pod                     |   9 +-
 lib/XML/LibXML/SAX/Builder.pm              |   5 +-
 lib/XML/LibXML/SAX/Builder.pod             |   9 +-
 lib/XML/LibXML/SAX/Generator.pm            |   3 +-
 lib/XML/LibXML/SAX/Parser.pm               |   3 +-
 lib/XML/LibXML/Schema.pod                  |   9 +-
 lib/XML/LibXML/Text.pod                    |   9 +-
 lib/XML/LibXML/XPathContext.pm             |   3 +-
 lib/XML/LibXML/XPathContext.pod            |   9 +-
 lib/XML/LibXML/XPathExpression.pod         |   9 +-
 t/02parse.t                                |  14 +-
 t/04node.t                                 |  12 +-
 t/05text.t                                 | 123 ++++++++++++-
 t/07dtd.t                                  | 116 +++++++++++-
 t/12html.t                                 |  13 +-
 t/26schema.t                               |  43 ++++-
 t/40reader_mem_error.t                     |  24 ++-
 t/48_rt93429_recover_2_in_html_parsing.t   |  32 ++++
 t/90shared_clone_failed_rt_91800.t         |  50 +++++
 t/90stack.t                                |  19 ++
 t/cpan-changes.t                           |  12 ++
 t/data/chinese.xml                         |   4 +
 68 files changed, 1225 insertions(+), 371 deletions(-)
 create mode 100644 t/48_rt93429_recover_2_in_html_parsing.t
 create mode 100644 t/90shared_clone_failed_rt_91800.t
 create mode 100644 t/90stack.t
 create mode 100644 t/cpan-changes.t
 create mode 100644 t/data/chinese.xml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-libxml-perl.git



More information about the Pkg-perl-cvs-commits mailing list