File: control

package info (click to toggle)
libtap-simpleoutput-perl 0.009-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 260 kB
  • sloc: perl: 249; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,299 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-simpleoutput-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libclass-load-perl,
                     libperl-version-perl,
                     libsub-exporter-progressive-perl,
                     libtest-checkdeps-perl (>= 0.010),
                     perl
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtap-simpleoutput-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtap-simpleoutput-perl.git
Homepage: https://metacpan.org/release/TAP-SimpleOutput

Package: libtap-simpleoutput-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-load-perl,
         libperl-version-perl,
         libsub-exporter-progressive-perl
Description: simple closure-driven TAP generator
 TAP::SimpleOutput provides one function, counters(), that returns a number of
 simple closures designed to help output TAP easily and correctly, with a
 minimum of fuss.
 .
 TAP is the Test Anything Protocol used to Perl and other languages to
 communicate results between unit tests and the test harness.