File: control

package info (click to toggle)
libtest-classapi-perl 1.07-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 260 kB
  • sloc: perl: 421; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,192 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
Source: libtest-classapi-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: perl,
                     libclass-inspector-perl,
                     libconfig-tiny-perl,
                     libparams-util-perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-classapi-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-classapi-perl.git
Homepage: https://metacpan.org/release/Test-ClassAPI

Package: libtest-classapi-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libclass-inspector-perl,
         libconfig-tiny-perl,
         libparams-util-perl
Description: Perl extension for basic first-pass API testing for class trees
 For many APIs with large numbers of classes, it can be very useful to be able
 to do a quick once-over to make sure that classes, methods, and inheritance
 is correct, before doing more comprehensive testing.
 Test::ClassAPI aims to provide such a capability.