File: control

package info (click to toggle)
libmodule-pluggable-ordered-perl 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 80 kB
  • ctags: 11
  • sloc: perl: 63; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,156 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
Source: libmodule-pluggable-ordered-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-12), libuniversal-require-perl,
 perl-modules (>= 5.10) | libmodule-pluggable-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <frequency@cpan.org>
Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/Module-Pluggable-Ordered/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-pluggable-ordered-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmodule-pluggable-ordered-perl/

Package: libmodule-pluggable-ordered-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libuniversal-require-perl,
 perl-modules (>= 5.10) | libmodule-pluggable-perl
Description: Perl module to load plugins in a specified order
 Module::Pluggable::Ordered is a Perl module which extends the functionality
 provided by Module::Pluggable, allowing hooks to determine an ordering for
 modules to be loaded, producing an effect like the System V init process,
 where files can specify where in the init sequence they'd like to be called.