File: control

package info (click to toggle)
libmodule-pluggable-fast-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 92 kB
  • ctags: 12
  • sloc: perl: 114; makefile: 4
file content (21 lines) | stat: -rw-r--r-- 1,022 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
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.