File: control

package info (click to toggle)
libtap-parser-sourcehandler-pgtap-perl 3.35-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: perl: 778; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,427 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: libtap-parser-sourcehandler-pgtap-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>,
           Pierre Chifflier <pollux@debian.org>,
           Christoph Berg <myon@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               perl,
               libtest-pod-coverage-perl,
               libtest-pod-perl,
               libmodule-build-perl
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtap-parser-sourcehandler-pgtap-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtap-parser-sourcehandler-pgtap-perl.git
Homepage: https://metacpan.org/release/TAP-Parser-SourceHandler-pgTAP

Package: libtap-parser-sourcehandler-pgtap-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Suggests: postgresql-pgtap
Conflicts: pgtap (<= 0.24-1)
Description: Unit testing tools for pgTAP
 TAP::Parser::SourceHandler::pgTAP is a set of tools for PostgreSQL unit
 testing. It contains the pg_prove and pg_tapgen scripts, which allows running
 and harnessing pgTAP tests on command-line, and summarizing the results.
 .
 The corresponding PostgreSQL extension is contained in the postgresql-pgtap
 package.
 .
 TAP is the Test Anything Protocol (http://testanything.org/).