File: control

package info (click to toggle)
libautobox-transform-perl 1.035-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 296 kB
  • sloc: perl: 717; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,731 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
33
34
35
36
37
38
39
40
41
Source: libautobox-transform-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libautobox-core-perl <!nocheck>,
                     libautobox-perl <!nocheck>,
                     liblist-moreutils-perl <!nocheck>,
                     libmoo-perl <!nocheck>,
                     libsort-maker-perl <!nocheck>,
                     libtest-differences-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libautobox-transform-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libautobox-transform-perl.git
Homepage: https://metacpan.org/release/autobox-Transform
Rules-Requires-Root: no

Package: libautobox-transform-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libautobox-core-perl,
         libautobox-perl,
         liblist-moreutils-perl,
         libsort-maker-perl
Description: set of autobox methods to transform arrays and hashes
 autobox provides the ability to call methods on native types, e.g. strings,
 arrays, and hashes as if they were objects.
 .
 autobox::Core provides the basic methods for Perl core functions like uc,
 map, and grep.
 .
 This module, autobox::Transform, provides higher level and more specific
 methods to transform and manipulate arrays and hashes, in particular when the
 values are hashrefs or objects.