summaryrefslogtreecommitdiff
path: root/debian/control
blob: 190b5095ff2eea34d1b7c5913181986f8858b5f5 (plain)
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
Source: libtest-html-content-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: perl, libhtml-parser-perl, libtest-simple-perl, libxml-libxml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Standards-Version: 4.1.3
Homepage: https://metacpan.org/release/Test-HTML-Content/
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-html-content-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-html-content-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libtest-html-content-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libhtml-parser-perl,
         libtest-simple-perl
Recommends: libxml-libxml-perl
Description: Perl extension for testing HTML output
 This is a module to test the HTML output of your programs in simple
 test scripts. It can test a scalar (presumably containing HTML) for
 the presence (or absence, or a specific number) of tags having (or
 lacking) specific attributes. Unspecified attributes are ignored,
 and the attribute values can be specified as either scalars (meaning
 a match succeeds if the strings are identical) or regular expressions
 (meaning that a match succeeds if the actual attribute value is matched
 by the given RE) or undef (meaning that the attribute must not
 be present).