File: control

package info (click to toggle)
libtest-unit-perl 0.25-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,404 kB
  • sloc: perl: 4,290; makefile: 5
file content (36 lines) | stat: -rw-r--r-- 1,452 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
Source: libtest-unit-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>,
           Axel Beckert <abe@debian.org>
Section: perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libclass-inner-perl <!nocheck>,
                     libdevel-symdump-perl <!nocheck>,
                     liberror-perl <!nocheck>,
                     perl
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-unit-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-unit-perl.git
Homepage: https://metacpan.org/release/Test-Unit

Package: libtest-unit-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-inner-perl,
         libdevel-symdump-perl,
         liberror-perl
Suggests: perl-tk
Description: unit testing framework for Perl
 Test::Unit::* is a sophisticated unit testing framework for Perl
 that is derived from the JUnit testing framework for Java by Kent
 Beck and Erich Gamma.
 .
 While this framework is originally intended to support unit
 testing in an object-oriented development paradigm (with support
 for inheritance of tests etc.), Test::Unit::Procedural is intended
 to provide a simpler interface to the framework that is more
 suitable for use in a scripting style environment.