File: control

package info (click to toggle)
libtest-class-most-perl 0.08-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 150; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,060 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
Source: libtest-class-most-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-build-perl,
Build-Depends-Indep: perl,
                     libtest-class-perl,
                     libtest-most-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-class-most-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-class-most-perl.git
Homepage: https://metacpan.org/release/Test-Class-Most
Testsuite: autopkgtest-pkg-perl

Package: libtest-class-most-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libtest-class-perl,
         libtest-most-perl
Description: module to reduce boilerplate code when testing classes
 Test::Class::Most acts as a combination of Test::Class, Test::Most and
 Modern::Perl, thus saving a lot of typing boilerplate code when writing
 tests for Perl classes.