1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libmodule-pluggable-fast-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.50)
Build-Depends-Indep: perl, libuniversal-exports-perl, libtest-pod-perl,
libtest-pod-coverage-perl, libuniversal-require-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@43-1.org>, Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Module-Pluggable-Fast/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-pluggable-fast-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmodule-pluggable-fast-perl/
Package: libmodule-pluggable-fast-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libuniversal-exports-perl,
libuniversal-require-perl
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.
|