[libxml-xpath-perl] 01/11: Merge tag 'upstream/1.22'

Axel Beckert abe at deuxchevaux.org
Fri Jan 15 23:14:06 UTC 2016


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

abe pushed a commit to branch master
in repository libxml-xpath-perl.

commit 5fdc003b9f6ef888ef6132bd3e9c7c3f85cf8679
Merge: 8d99ad3 c3c6339
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Jan 15 22:09:20 2016 +0100

    Merge tag 'upstream/1.22'
    
    Upstream version 1.22
    
    # gpg: Signature made Fri 15 Jan 2016 10:09:13 PM CET
    # gpg:                using RSA key 6BE663C75A35C975
    # gpg: please do a --check-trustdb
    # gpg: Good signature from "Axel Beckert <abe at deuxchevaux.org>"
    # gpg:                 aka "Axel Beckert (E-Mail + Jabber) <abe at noone.org>"
    # gpg:                 aka "Axel Beckert (Symlink) <xtaran at symlink.ch>"
    # gpg:                 aka "[jpeg image of size 3155]"
    # gpg:                 aka "Axel Stefan Beckert"
    # gpg:                 aka "Axel Beckert (FSFE Fellow) <abe at fsfe.org>"
    # gpg:                 aka "Axel Beckert (Debian Developer) <abe at debian.org>"

 Changes                                    |  34 ++
 LICENSE                                    | 177 +++++++++
 MANIFEST                                   |  62 ++--
 MANIFEST.SKIP                              |  12 +
 META.json                                  |  50 +++
 META.yml                                   |  26 ++
 Makefile.PL                                |  45 ++-
 README                                     |  42 ++-
 XPath.pm                                   | 553 ---------------------------
 XPath/PerlSAX.pm                           | 166 ---------
 lib/XML/XPath.pm                           | 575 +++++++++++++++++++++++++++++
 {XPath => lib/XML/XPath}/Boolean.pm        |   7 +-
 {XPath => lib/XML/XPath}/Builder.pm        |  28 +-
 {XPath => lib/XML/XPath}/Expr.pm           |  85 +++--
 {XPath => lib/XML/XPath}/Function.pm       | 102 ++++-
 {XPath => lib/XML/XPath}/Literal.pm        |  13 +-
 {XPath => lib/XML/XPath}/LocationPath.pm   |  23 +-
 {XPath => lib/XML/XPath}/Node.pm           |  46 +--
 {XPath => lib/XML/XPath}/Node/Attribute.pm |  19 +-
 {XPath => lib/XML/XPath}/Node/Comment.pm   |  14 +-
 {XPath => lib/XML/XPath}/Node/Element.pm   | 208 ++++++-----
 {XPath => lib/XML/XPath}/Node/Namespace.pm |  12 +-
 {XPath => lib/XML/XPath}/Node/PI.pm        |  12 +-
 {XPath => lib/XML/XPath}/Node/Text.pm      |  14 +-
 {XPath => lib/XML/XPath}/NodeSet.pm        |  22 +-
 {XPath => lib/XML/XPath}/Number.pm         |   7 +-
 {XPath => lib/XML/XPath}/Parser.pm         | 239 ++++++------
 lib/XML/XPath/PerlSAX.pm                   | 167 +++++++++
 {XPath => lib/XML/XPath}/Root.pm           |  13 +-
 {XPath => lib/XML/XPath}/Step.pm           | 131 +++----
 {XPath => lib/XML/XPath}/Variable.pm       |   7 +-
 {XPath => lib/XML/XPath}/XMLParser.pm      |  42 +--
 t/31dots.t                                 |  14 +
 t/32duplicate_nodes.t                      |  22 ++
 t/33getnodetext.t                          |  23 ++
 t/34non_abbreviated_attrib.t               |  33 ++
 t/35namespace_uri.t                        |  22 ++
 t/36substring.t                            |  34 ++
 t/37concat.t                               |  14 +
 t/38starts_with.t                          |  18 +
 t/39contains.t                             |  18 +
 t/40substring_before.t                     |  18 +
 t/41substring_after.t                      |  22 ++
 t/42create_node.t                          |  29 ++
 t/43op_div.t                               |  15 +
 45 files changed, 2002 insertions(+), 1233 deletions(-)

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



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