File: control

package info (click to toggle)
libxml-dom-xpath-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 208 kB
  • ctags: 65
  • sloc: perl: 449; makefile: 41; xml: 1
file content (25 lines) | stat: -rw-r--r-- 1,201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: libxml-dom-xpath-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregor+debian@comodo.priv.at>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: libxml-xpathengine-perl (>= 0.10), libxml-dom-perl,
 libtest-pod-perl, libtest-pod-coverage-perl
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/XML-DOM-XPath/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-dom-xpath-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-dom-xpath-perl/

Package: libxml-dom-xpath-perl
Architecture: all
Depends: ${perl:Depends}, libxml-xpathengine-perl (>= 0.10), libxml-dom-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.