File: control

package info (click to toggle)
libdbicx-testdatabase-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 192 kB
  • sloc: perl: 1,411; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: libdbicx-testdatabase-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libdbd-sqlite3-perl,
                     libdbix-class-perl,
                     libsql-translator-perl,
                     perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | libtest-use-ok-perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdbicx-testdatabase-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdbicx-testdatabase-perl.git
Homepage: https://metacpan.org/release/DBICx-TestDatabase

Package: libdbicx-testdatabase-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libsql-translator-perl,
         libdbd-sqlite3-perl
Description: module for testing a DBIx::Class::Schema
 DBICx::TestDatabase is a Perl module useful for testing applications built
 with DBIx::Class (see libdbix-class-perl). It creates a temporary in-memory
 SQLite database, deploys your DBIC Schema, and then connects to it. This lets
 you easily test your schema using a fresh database for every test, ensuring
 that the ordering of tests will not affect failure.