File: control

package info (click to toggle)
liblist-allutils-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 228 kB
  • ctags: 1
  • sloc: perl: 260; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,296 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
Source: liblist-allutils-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Danai SAE-HAN (韓達耐) <danai@debian.org>,
           Fabrizio Regalli <fabreg@fabreg.it>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: liblist-moreutils-perl (>= 0.28),
                     perl (>= 5.19.3) | libscalar-list-utils-perl (>= 1:1.31),
                     libtest-warnings-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblist-allutils-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblist-allutils-perl.git
Homepage: https://metacpan.org/release/List-AllUtils
Testsuite: autopkgtest-pkg-perl

Package: liblist-allutils-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         liblist-moreutils-perl (>= 0.28),
         perl (>= 5.19.3) | libscalar-list-utils-perl (>= 1:1.31)
Description: Perl wrapper for modules List::Util and List::MoreUtils
 Are you sick of trying to remember whether a particular helper is defined in
 `List::Util' or `List::MoreUtils'? The author sure is. Now you don't have to
 remember. List::AllUtils will export all of the functions that either of
 those two modules defines.