File: control

package info (click to toggle)
libmodule-load-conditional-perl 0.68-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 172 kB
  • ctags: 24
  • sloc: perl: 276; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,444 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
23
24
25
26
27
28
29
30
31
32
Source: libmodule-load-conditional-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alejandro Garrido Mota <garridomota@gmail.com>,
           Damyan Ivanov <dmn@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>,
           Rene Mayorga <rmayorga@debian.org>,
           Ansgar Burchardt <ansgar@debian.org>,
           Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
# Module::Load 0.28 -> perl 5.19.8
Build-Depends-Indep: perl (>= 5.19.8)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-load-conditional-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmodule-load-conditional-perl.git
Homepage: https://metacpan.org/release/Module-Load-Conditional
Testsuite: autopkgtest-pkg-perl

Package: libmodule-load-conditional-perl
Architecture: all
# Module::Load 0.28 -> perl 5.19.8
Depends: ${perl:Depends},
         ${misc:Depends},
         perl (>= 5.19.8)
Description: module for looking up information about modules
 Module::Load::Conditional provides simple ways to query and possibly load any
 of the modules you have installed on your system during runtime. It is able
 to load multiple modules at once or none at all if one of them was not able
 to load. It also takes care of any error checking and so forth.