File: control

package info (click to toggle)
libtest-xpath-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 164 kB
  • sloc: perl: 511; xml: 124; sh: 6; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,166 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
26
27
28
29
30
31
32
33
34
35
36
37
Source: libtest-xpath-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends:
 debhelper,
 libhtml-selector-xpath-perl <!nocheck>,
 libmodule-build-perl,
 libtest-pod-coverage-perl <!nocheck>,
 libtest-pod-perl <!nocheck>,
 libxml-libxml-perl <!nocheck>,
 perl,
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-xpath-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-xpath-perl.git
Homepage: https://metacpan.org/release/Test-XPath
Rules-Requires-Root: no

Package: libtest-xpath-perl
Architecture: all
Depends:
 libxml-libxml-perl,
 ${misc:Depends},
 ${perl:Depends},
Recommends:
 libhtml-selector-xpath-perl,
 libtest-pod-coverage-perl,
 libtest-pod-perl,
Description: test XML and HTML content and structure with XPath expressions
 Test::XPath lets you use the power of XPath expressions
 to validate the structure of your XML and HTML documents.
 .
 XPath (XML Path Language) is a query language
 for selecting nodes from an XML document.