libdbd-mock-perl 1.45-2 source package in Ubuntu

Changelog

libdbd-mock-perl (1.45-2) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

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

  [ gregor herrmann ]
  * Add debian/upstream/metadata
  * Mark package as autopkgtest-able.
  * Declare compliance with Debian Policy 3.9.6.
  * Add explicit build dependency on libmodule-build-perl.

 -- gregor herrmann <email address hidden>  Sun, 07 Jun 2015 17:59:00 +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
Bionic release universe perl
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbd-mock-perl_1.45-2.dsc 2.3 KiB 5d452361dac4b587ac1a59ed4818ad0c3f2e4d7d99820aa7942e1bd9b5610394
libdbd-mock-perl_1.45.orig.tar.gz 43.5 KiB 40a80c37b31ef14536b58b4a8b483e65953b00b8fa7397817c7eb76d540bd00f
libdbd-mock-perl_1.45-2.debian.tar.xz 3.4 KiB a37b59b0060c0a773679bd475ab7031b12a3dbae032ee41c16fc6fd1cb3e404c

Available diffs

No changes file available.

Binary packages built by this source

libdbd-mock-perl: Mock database driver for testing

 Testing with databases can be tricky. If you are developing a system married
 to a single database then you can make some assumptions about your
 environment and ask the user to provide relevant connection information. But
 if you need to test a framework that uses DBI, particularly a framework that
 uses different types of persistence schemes, then it may be more useful to
 simply verify what the framework is trying to do -- ensure the right SQL is
 generated and that the correct parameters are bound. DBD::Mock makes it easy
 to just modify your configuration (presumably held outside your code) and
 just use it instead of DBD::Foo (like DBD::Pg or DBD::mysql) in your
 framework.