Source: libtest-html-content-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl, libhtml-parser-perl, libtest-simple-perl, libxml-libxml-perl
Maintainer: Debian Perl Group
Uploaders: Dominic Hargreaves
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
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).