File: control

package info (click to toggle)
libtest-databaserow-perl 2.04-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 296 kB
  • sloc: perl: 3,062; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download | duplicates (2)
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
Source: libtest-databaserow-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libdbi-perl,
                     libdbd-sqlite3-perl,
                     libtest-exception-perl,
                     libtest-warn-perl,
                     perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-databaserow-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-databaserow-perl.git
Homepage: https://metacpan.org/release/Test-DatabaseRow

Package: libtest-databaserow-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdbi-perl
Description: module for simple database tests
 Test::DatabaseRow is a simple module for doing simple tests on a database,
 primarily designed to test if a row exists with the correct details in a
 table or not.