File: control

package info (click to toggle)
libwebservice-validator-html-w3c-perl 0.28-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: perl: 293; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,500 bytes parent folder | download | duplicates (2)
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
Source: libwebservice-validator-html-w3c-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: libclass-accessor-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libtest-without-module-perl,
                     libwww-perl,
                     libxml-xpath-perl,
                     perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
           Nathan Handler <nhandler@debian.org>,
           gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/WebService-Validator-HTML-W3C
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libwebservice-validator-html-w3c-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libwebservice-validator-html-w3c-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libwebservice-validator-html-w3c-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-accessor-perl,
         libwww-perl
Recommends: libxml-xpath-perl
Description: Perl interface to access the W3C's online HTML validator
 WebService::Validator::HTML::W3C provides access to the W3C's online Markup
 validator. As well as reporting on whether a page is valid it also provides
 access to a detailed list of the errors and where in the validated document
 they occur.