libtest-database-perl 1.113-2 source package in Ubuntu

Changelog

libtest-database-perl (1.113-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libyaml-tiny-perl.
    + libtest-database-perl: Drop versioned constraint on libyaml-tiny-perl in
      Depends.
  * Bump debhelper from old 12 to 13.

  [ gregor herrmann ]
  * Remove libdbd-sqlite2-perl from Build-Depends-Indep and Suggests.
    Cf. #998351
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.0.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Fri, 12 Nov 2021 16:21:17 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-database-perl_1.113-2.dsc 2.6 KiB b953bcc2c3904bd93cfafccbf145e017c3083471696d0434fe8933d76ecab79a
libtest-database-perl_1.113.orig.tar.gz 32.8 KiB b29fc4b709afebd07ee981c98d1db7aac37df71f679f986b83e472f4a26a80e9
libtest-database-perl_1.113-2.debian.tar.xz 3.2 KiB d4135c6e4e4a9ca176d496625d965c9f4658f18750f72bb99bd033da207612a6

Available diffs

No changes file available.

Binary packages built by this source

libtest-database-perl: support for testing against multiple unspecified databases

 From the perspective of a module author, this allows you to write tests
 against a datbase without knowing precisely which databases will be used.
 You call Test::Database->handles() and you get a number of DBI handles
 against which you can run your tests. You can specify which Databases you
 are willing to support.
 .
 From the perspective of someone installing a perl module which uses
 Test::Database, you put a config file in your home directory which
 explains how to connect to non-file based databases. File based databases
 do not normally needed configuration so long as the DBD driver is available.