r18661 - in /branches/upstream/libxml-dom-xpath-perl: ./ current/ current/t/

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Wed Apr 16 15:03:57 UTC 2008


Author: gregoa-guest
Date: Wed Apr 16 15:03:56 2008
New Revision: 18661

URL: http://svn.debian.org/wsvn/?sc=1&rev=18661
Log:
importing missing upstream source

Added:
    branches/upstream/libxml-dom-xpath-perl/
    branches/upstream/libxml-dom-xpath-perl/current/
    branches/upstream/libxml-dom-xpath-perl/current/Changes
    branches/upstream/libxml-dom-xpath-perl/current/MANIFEST
    branches/upstream/libxml-dom-xpath-perl/current/META.yml
    branches/upstream/libxml-dom-xpath-perl/current/Makefile.PL
    branches/upstream/libxml-dom-xpath-perl/current/README
    branches/upstream/libxml-dom-xpath-perl/current/XPath.pm
    branches/upstream/libxml-dom-xpath-perl/current/t/
    branches/upstream/libxml-dom-xpath-perl/current/t/1.t
    branches/upstream/libxml-dom-xpath-perl/current/t/non_ascii.xml
    branches/upstream/libxml-dom-xpath-perl/current/t/pod.t
    branches/upstream/libxml-dom-xpath-perl/current/t/pod_coverage.t
    branches/upstream/libxml-dom-xpath-perl/current/t/test_bugs.t
    branches/upstream/libxml-dom-xpath-perl/current/t/test_non_ascii.t
    branches/upstream/libxml-dom-xpath-perl/current/t/test_xml_xpath_and_xml_dom_xpath.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_01basic.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_02descendant.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_03star.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_04pos.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_05attrib.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_06attrib_val.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_07count.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_08name.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_09a_string_length.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_09string_length.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_10pipe.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_12axisdescendant.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_13axisparent.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_14axisancestor.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_15axisfol_sib.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_16axisprec_sib.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_17axisfollowing.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_18axispreceding.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_19axisd_or_s.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_20axisa_or_s.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_21allnodes.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_22name_select.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_23func.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_24namespaces.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_25scope.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_26predicate.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_28ancestor2.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_29desc_with_predicate.t
    branches/upstream/libxml-dom-xpath-perl/current/t/xmlxpath_30lang.t

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

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

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

Added: branches/upstream/libxml-dom-xpath-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libxml-dom-xpath-perl/current/META.yml?rev=18661&op=file

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




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