File: control

package info (click to toggle)
libclass-mix-perl 0.006-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 108 kB
  • sloc: perl: 82; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,089 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: libclass-mix-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: libparams-classify-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl,
                     perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-mix-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libclass-mix-perl.git
Homepage: https://metacpan.org/release/Class-Mix

Package: libclass-mix-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libparams-classify-perl
Description: Perl module for dynamic class mixing
 Class::Mix dynamically generates `anonymous' classes with specified
 inheritance. This is useful where an incomplete class requires use
 of a mixin in order to become instantiable.