Source: libxml-dom-xpath-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
 Florian Schlichting <fsfs@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libtest-pod-coverage-perl,
 libtest-pod-perl,
 libxml-dom-perl,
 libxml-xpathengine-perl,
 perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-dom-xpath-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-dom-xpath-perl.git
Homepage: https://metacpan.org/release/XML-DOM-XPath
Testsuite: autopkgtest-pkg-perl

Package: libxml-dom-xpath-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libxml-dom-perl,
 libxml-xpathengine-perl
Description: adds XPath support to XML::DOM, using XML::XPathEngine
 XML::DOM::XPath allows you to use XML::XPath methods to query a DOM.
 This is often much easier than relying only on getElementsByTagName.
 It lets you use all of the XML::DOM methods.
 .
 In truth this should only be used if you have existing code using XML::DOM.
 If you start a new project and you can install XML::LibXML (and libxml2 on
 which it is based) then you will get a DOM, XPath support and a lot more
 power and speed.
