File: control

package info (click to toggle)
libtap-formatter-html-perl 0.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 472 kB
  • ctags: 88
  • sloc: perl: 744; sh: 51; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,260 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
Source: libtap-formatter-html-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libaccessors-perl,
                     libtemplate-perl,
                     liburi-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtap-formatter-html-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtap-formatter-html-perl.git
Homepage: https://metacpan.org/release/TAP-Formatter-HTML

Package: libtap-formatter-html-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libaccessors-perl,
         libtemplate-perl,
         liburi-perl
Description: TAP Test Harness output delegate for html output
 TAP::Formatter::HTML provides HTML output formatting for TAP::Harness (a
 replacement for Test::Harness).
 .
 This module is targeted at all users of automated test suites. It's meant to
 make reading test results easier, giving you a visual summary of your test
 suite and letting you drill down into individual failures.