r10569 - in /branches/upstream/libxml-xpath-perl: ./ current/ current/XPath/ current/XPath/Node/ current/examples/ current/t/

vdanjean at users.alioth.debian.org vdanjean at users.alioth.debian.org
Sat Dec 1 12:40:35 UTC 2007


Author: vdanjean
Date: Sat Dec  1 12:40:35 2007
New Revision: 10569

URL: http://svn.debian.org/wsvn/?sc=1&rev=10569
Log:
[svn-inject] Installing original source of libxml-xpath-perl

Added:
    branches/upstream/libxml-xpath-perl/
    branches/upstream/libxml-xpath-perl/current/
    branches/upstream/libxml-xpath-perl/current/MANIFEST
    branches/upstream/libxml-xpath-perl/current/Makefile.PL
    branches/upstream/libxml-xpath-perl/current/README
    branches/upstream/libxml-xpath-perl/current/TODO
    branches/upstream/libxml-xpath-perl/current/XPath/
    branches/upstream/libxml-xpath-perl/current/XPath.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Boolean.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Builder.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Expr.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Function.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Literal.pm
    branches/upstream/libxml-xpath-perl/current/XPath/LocationPath.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Node/
    branches/upstream/libxml-xpath-perl/current/XPath/Node.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Node/Attribute.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Node/Comment.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Node/Element.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Node/Namespace.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Node/PI.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Node/Text.pm
    branches/upstream/libxml-xpath-perl/current/XPath/NodeSet.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Number.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Parser.pm
    branches/upstream/libxml-xpath-perl/current/XPath/PerlSAX.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Root.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Step.pm
    branches/upstream/libxml-xpath-perl/current/XPath/Variable.pm
    branches/upstream/libxml-xpath-perl/current/XPath/XMLParser.pm
    branches/upstream/libxml-xpath-perl/current/examples/
    branches/upstream/libxml-xpath-perl/current/examples/test.xml
    branches/upstream/libxml-xpath-perl/current/examples/xpath   (with props)
    branches/upstream/libxml-xpath-perl/current/t/
    branches/upstream/libxml-xpath-perl/current/t/01basic.t
    branches/upstream/libxml-xpath-perl/current/t/02descendant.t
    branches/upstream/libxml-xpath-perl/current/t/03star.t
    branches/upstream/libxml-xpath-perl/current/t/04pos.t
    branches/upstream/libxml-xpath-perl/current/t/05attrib.t
    branches/upstream/libxml-xpath-perl/current/t/06attrib_val.t
    branches/upstream/libxml-xpath-perl/current/t/07count.t
    branches/upstream/libxml-xpath-perl/current/t/08name.t
    branches/upstream/libxml-xpath-perl/current/t/09a_string_length.t
    branches/upstream/libxml-xpath-perl/current/t/09string_length.t
    branches/upstream/libxml-xpath-perl/current/t/10pipe.t
    branches/upstream/libxml-xpath-perl/current/t/11axischild.t
    branches/upstream/libxml-xpath-perl/current/t/12axisdescendant.t
    branches/upstream/libxml-xpath-perl/current/t/13axisparent.t
    branches/upstream/libxml-xpath-perl/current/t/14axisancestor.t
    branches/upstream/libxml-xpath-perl/current/t/15axisfol_sib.t
    branches/upstream/libxml-xpath-perl/current/t/16axisprec_sib.t
    branches/upstream/libxml-xpath-perl/current/t/17axisfollowing.t
    branches/upstream/libxml-xpath-perl/current/t/18axispreceding.t
    branches/upstream/libxml-xpath-perl/current/t/19axisd_or_s.t
    branches/upstream/libxml-xpath-perl/current/t/20axisa_or_s.t
    branches/upstream/libxml-xpath-perl/current/t/21allnodes.t
    branches/upstream/libxml-xpath-perl/current/t/22name_select.t
    branches/upstream/libxml-xpath-perl/current/t/23func.t
    branches/upstream/libxml-xpath-perl/current/t/24namespaces.t
    branches/upstream/libxml-xpath-perl/current/t/25scope.t
    branches/upstream/libxml-xpath-perl/current/t/26predicate.t
    branches/upstream/libxml-xpath-perl/current/t/27asxml.t
    branches/upstream/libxml-xpath-perl/current/t/28ancestor2.t
    branches/upstream/libxml-xpath-perl/current/t/29desc_with_predicate.t
    branches/upstream/libxml-xpath-perl/current/t/30lang.t
    branches/upstream/libxml-xpath-perl/current/t/insert.t
    branches/upstream/libxml-xpath-perl/current/t/rdf.t
    branches/upstream/libxml-xpath-perl/current/t/remove.t
    branches/upstream/libxml-xpath-perl/current/t/stress.t

[This mail would be too long, it was shortened to contain the URLs only.]

Added: branches/upstream/libxml-xpath-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/MANIFEST?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/Makefile.PL?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/README
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/README?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/TODO
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/TODO?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Boolean.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Boolean.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Builder.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Builder.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Expr.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Expr.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Function.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Function.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Literal.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Literal.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/LocationPath.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/LocationPath.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Node.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Node.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Node/Attribute.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Node/Attribute.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Node/Comment.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Node/Comment.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Node/Element.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Node/Element.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Node/Namespace.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Node/Namespace.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Node/PI.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Node/PI.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Node/Text.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Node/Text.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/NodeSet.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/NodeSet.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Number.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Number.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Parser.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Parser.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/PerlSAX.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/PerlSAX.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Root.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Root.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Step.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Step.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/Variable.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/Variable.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/XPath/XMLParser.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/XPath/XMLParser.pm?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/examples/test.xml
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/examples/test.xml?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/examples/xpath
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/examples/xpath?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/01basic.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/01basic.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/02descendant.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/02descendant.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/03star.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/03star.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/04pos.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/04pos.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/05attrib.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/05attrib.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/06attrib_val.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/06attrib_val.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/07count.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/07count.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/08name.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/08name.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/09a_string_length.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/09a_string_length.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/09string_length.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/09string_length.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/10pipe.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/10pipe.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/11axischild.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/11axischild.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/12axisdescendant.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/12axisdescendant.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/13axisparent.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/13axisparent.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/14axisancestor.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/14axisancestor.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/15axisfol_sib.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/15axisfol_sib.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/16axisprec_sib.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/16axisprec_sib.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/17axisfollowing.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/17axisfollowing.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/18axispreceding.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/18axispreceding.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/19axisd_or_s.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/19axisd_or_s.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/20axisa_or_s.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/20axisa_or_s.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/21allnodes.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/21allnodes.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/22name_select.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/22name_select.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/23func.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/23func.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/24namespaces.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/24namespaces.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/25scope.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/25scope.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/26predicate.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/26predicate.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/27asxml.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/27asxml.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/28ancestor2.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/28ancestor2.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/29desc_with_predicate.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/29desc_with_predicate.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/30lang.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/30lang.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/insert.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/insert.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/rdf.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/rdf.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/remove.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/remove.t?rev=10569&op=file

Added: branches/upstream/libxml-xpath-perl/current/t/stress.t
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-xpath-perl/current/t/stress.t?rev=10569&op=file




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