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

Changelog

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

  * Team upload.

  [ gregor herrmann ]
  * New upstream release.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Lucas Kanashiro ]
  * Add debian/upstream/metadata 
  * Bump debhelper compatibility level to 9
  * Declare compliance with Debian policy 3.9.6
  * Create patch fixing spelling error in manpage
  * Mark package as autopkg-testable

 -- Lucas Kanashiro <email address hidden>  Wed, 23 Dec 2015 00:23:55 -0200

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
Focal release universe perl
Bionic release universe perl
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-database-perl_1.113-1.dsc 2.4 KiB c69153deb8c7382dabc004ac1dd60088d4704068a41c0f0b59345a36deefd2ba
libtest-database-perl_1.113.orig.tar.gz 32.8 KiB b29fc4b709afebd07ee981c98d1db7aac37df71f679f986b83e472f4a26a80e9
libtest-database-perl_1.113-1.debian.tar.xz 3.0 KiB 4249a8398b2dc0aba0e2d6f17567d89ff115ed7b77b1c2cfb8642246da73ae69

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.