File: control

package info (click to toggle)
libtest-xpath-perl 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 160 kB
  • ctags: 21
  • sloc: perl: 476; xml: 124; makefile: 14
file content (31 lines) | stat: -rw-r--r-- 1,154 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
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: devscripts,
               perl,
               libmodule-build-perl,
               cdbs (>= 0.4.78~),
               debhelper,
               dh-buildinfo,
               libxml-libxml-perl,
               libhtml-selector-xpath-perl (>= 0.06),
               libtest-pod-perl,
               libtest-pod-coverage-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-xpath-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-xpath-perl
Homepage: http://search.cpan.org/dist/Test-XPath/

Package: libtest-xpath-perl
Architecture: all
Depends: ${cdbs:Depends},
         ${misc:Depends},
         ${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
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.