File: control

package info (click to toggle)
libautobox-list-util-perl 20090629-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 112 kB
  • sloc: perl: 59; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,134 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
Source: libautobox-list-util-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           Xavier Guimard <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libautobox-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libautobox-list-util-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libautobox-list-util-perl.git
Homepage: https://metacpan.org/release/autobox-List-Util

Package: libautobox-list-util-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libautobox-perl
Description: Perl module providing List::Util functions as methods on arrays
 The autobox pragma allows methods to be called on integers, floats, strings,
 arrays, hashes, and code references in exactly the same manner as blessed
 references.
 .
 autobox::List::Util brings all of the functions from List::Util to arrays as
 methods.