File: control

package info (click to toggle)
libdbicx-testdatabase-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 192 kB
  • ctags: 117
  • sloc: perl: 1,411; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,364 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
31
Source: libdbicx-testdatabase-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Antony Gelberg <antony@wayforth.co.uk>,
           gregor herrmann <gregoa@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libdbd-sqlite3-perl,
                     libdbix-class-perl,
                     libsql-translator-perl,
                     libtest-use-ok-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbicx-testdatabase-perl.git
Vcs-Git: git://anonscm.debian.org/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.