File: control

package info (click to toggle)
libtest-fitesque-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 340 kB
  • sloc: perl: 2,882; makefile: 8
file content (27 lines) | stat: -rw-r--r-- 1,157 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
Source: libtest-fitesque-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ken Ibbotson <keni@computer.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-install-perl
Build-Depends-Indep: libclass-data-inheritable-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     perl
Rules-Requires-Root: no
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-fitesque-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-fitesque-perl.git
Homepage: https://metacpan.org/release/Test-FITesque

Package: libtest-fitesque-perl
Architecture: all
Depends: libclass-data-inheritable-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: FITesque framework
 Test::FITesque is a framework designed to emulate the FIT framework
 <http://fit.c2.com>, but with a more perlish touch. While it is possible
 to use the FIT framework from within perl, it has a lot of unnecessary
 overhead related to its origins in the Java world.