File: control

package info (click to toggle)
libmodule-pluggable-fast-perl 0.19-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: perl: 114; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,181 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: libmodule-pluggable-fast-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     libuniversal-exports-perl,
                     libtest-pod-perl,
                     libtest-pod-coverage-perl,
                     libuniversal-require-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmodule-pluggable-fast-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmodule-pluggable-fast-perl.git
Homepage: https://metacpan.org/release/Module-Pluggable-Fast

Package: libmodule-pluggable-fast-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libuniversal-exports-perl,
         libuniversal-require-perl
Multi-Arch: foreign
Description: module for fast plugins with instantiation
 Module::Pluggable::Fast is similar to Module::Pluggable but instantiates
 plugins as soon as they are found, which is useful for code generators like
 Class::DBI::Loader.