File: control

package info (click to toggle)
libmodule-pluggable-ordered-perl 1.5-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 100 kB
  • sloc: perl: 63; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,152 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: libmodule-pluggable-ordered-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, 
 libmodule-pluggable-perl | perl (<< 5.17.0),
 libuniversal-require-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/Module-Pluggable-Ordered
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-pluggable-ordered-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-pluggable-ordered-perl.git

Package: libmodule-pluggable-ordered-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
 libmodule-pluggable-perl | perl (<< 5.17.0),
 libuniversal-require-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.