File: control

package info (click to toggle)
libtap-parser-sourcehandler-pgtap-perl 3.32-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • ctags: 27
  • sloc: perl: 691; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,434 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 <pkg-postgresql-public@lists.alioth.debian.org>,
           Pierre Chifflier <pollux@debian.org>,
           Christoph Berg <myon@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: extra
Build-Depends: debhelper (>= 9),
               perl,
               libtest-pod-coverage-perl,
               libtest-pod-perl,
               libmodule-build-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtap-parser-sourcehandler-pgtap-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/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/).