libtest-dbix-class-perl 0.52-2 source package in Ubuntu

Changelog

libtest-dbix-class-perl (0.52-2) unstable; urgency=medium

  * Team upload.
  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Sun, 29 Jan 2023 20:09:13 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-dbix-class-perl_0.52-2.dsc 3.1 KiB a741bb9e5dfec77f863bd3a45e38f93a7e235ed9045776765307e518371eb5e7
libtest-dbix-class-perl_0.52.orig.tar.gz 395.5 KiB 47646bf14100b91c3c9b93301aa36849abd2afd085a34dec96974d0c749f7738
libtest-dbix-class-perl_0.52-2.debian.tar.xz 2.2 KiB 3f528faa349de0dc67c54fae5c4d8cbb657f38a375a3d24768d3c19e7a0e6b3b

No changes file available.

Binary packages built by this source

libtest-dbix-class-perl: Perl module for creating test cases for DBIx::Class applications

 Test::DBIx::Class attempts to make it easier to write test cases for your
 DBIx::Class based applications. It does this in three ways.
 .
 First, it tries to make it easy to deploy your Schema. This can be to your
 dedicated testing database, or a simple SQLite database. This allows you to
 run tests without interfering with your development work and having to stop
 and set up a testing database instance.
 .
 Second, it allows you to load test fixtures via several different tools.
 .
 Last it creates some helper functions in your test script so that you can
 reduce repeated or boilerplate code. Overall, the module attempt to reduce
 the amount of code you have to write before you can begin writing tests.