File: control

package info (click to toggle)
libtest-html-content-perl 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 328 kB
  • sloc: perl: 1,393; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,560 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
Source: libtest-html-content-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libhtml-parser-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libxml-libxml-perl <!nocheck>,
                     perl
Standards-Version: 4.7.0
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
Homepage: https://metacpan.org/release/Test-HTML-Content/
Rules-Requires-Root: no

Package: libtest-html-content-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libhtml-parser-perl,
         libtest-simple-perl
Recommends: libxml-libxml-perl
Description: Perl extension for testing HTML output
 Test::HTML::Content 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).