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.
|