File: control

package info (click to toggle)
librecommended-perl 0.003-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 217; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,365 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: librecommended-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libmodule-runtime-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/librecommended-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/librecommended-perl.git
Homepage: https://metacpan.org/release/recommended
Testsuite: autopkgtest-pkg-perl

Package: librecommended-perl
Architecture: all
Depends: libmodule-runtime-perl,
         ${misc:Depends},
         ${perl:Depends}
Description: Load recommended Perl modules on demand when available
 recommended gathers a list of recommended modules and versions and provides
 means to check if they are available. It is a thin veneer around
 Module::Runtime.
 .
 There are two major benefits over using Module::Runtime directly:
 .
   * Self-documents recommended modules together with versions at the top
     of your code, while still loading them on demand elsewhere.
   * Dies if a recommended module exists but fails to compile, but
     doesn't die if the module is missing or the version is insufficient.
     This is not something that Module::Runtime offers in a single
     subroutine.