File: control

package info (click to toggle)
libconfig-model-tester-perl 4.006-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: perl: 636; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,624 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
32
33
34
35
36
37
38
39
40
Source: libconfig-model-tester-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libfile-copy-recursive-perl,
                     liblog-log4perl-perl,
                     libpath-tiny-perl,
                     libtest-differences-perl,
                     libtest-exception-perl,
                     libtest-file-contents-perl,
                     libtest-log-log4perl-perl,
                     libtest-memory-cycle-perl,
                     libtest-warn-perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-tester-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libconfig-model-tester-perl.git
Homepage: https://metacpan.org/release/Config-Model-Tester

Package: libconfig-model-tester-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libfile-copy-recursive-perl,
         liblog-log4perl-perl,
         libpath-tiny-perl,
         libtest-differences-perl,
         libtest-exception-perl,
         libtest-file-contents-perl,
         libtest-log-log4perl-perl,
         libtest-memory-cycle-perl,
         libtest-warn-perl
Description: Test framework for Config::Model
 Config::Model::Tester provides a way to test configuration models with
 tests files. This class was designed to tests several models and several
 tests cases per model.