libdbd-mock-perl 1.53-1 source package in Ubuntu

Changelog

libdbd-mock-perl (1.53-1) unstable; urgency=medium

  * Team upload

  * New upstream version 1.53
  * d/copyright:
    - Sort header stanza
  * d/u/metadata:
    - Add Bug-* fields

 -- Nick Morrott <email address hidden>  Thu, 12 Dec 2019 01:55:52 +0000

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbd-mock-perl_1.53-1.dsc 2.2 KiB 85f57f7493aab8f3271728fa3d8c75d63bf2d179eab17299fecfbc3e115190e2
libdbd-mock-perl_1.53.orig.tar.gz 70.3 KiB b931ab3cf2a77bc86aff5685d1689620583f60a41ff033c2058906293df8060b
libdbd-mock-perl_1.53-1.debian.tar.xz 3.5 KiB 8b412b9aa7c4fc13709c8984e24b9c7cb758f9a568c446e7c50de24ef98fbd98

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.