Source: libtest-postgresql-perl
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Don Armstrong <don@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libdbd-pg-perl <!nocheck>,
                     libdbi-perl <!nocheck>,
                     libfile-which-perl <!nocheck>,
                     libfunction-parameters-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>,
                     libtest-sharedfork-perl <!nocheck>,
                     libtry-tiny-perl <!nocheck>,
                     libtype-tiny-perl <!nocheck>,
                     postgresql <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-postgresql-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-postgresql-perl.git
Homepage: https://metacpan.org/release/Test-PostgreSQL
Rules-Requires-Root: no

Package: libtest-postgresql-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdbd-pg-perl,
         libdbi-perl,
         libfile-which-perl,
         libfunction-parameters-perl,
         libmoo-perl,
         libtry-tiny-perl,
         libtype-tiny-perl
Suggests: postgresql
Description: sets up and destroys temporary PostgreSQL instances for testing
 Test::PostgreSQL automatically setups a PostgreSQL instance in a temporary
 directory, and destroys it when the perl script exits.
 .
 Test::PostgreSQL is a fork of Test::postgresql, which was abandoned by its
 author several years ago.
