File: control

package info (click to toggle)
libhash-flatten-perl 1.19-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 658; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,006 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
Source: libhash-flatten-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     libtest-assertions-perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhash-flatten-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhash-flatten-perl.git
Homepage: https://metacpan.org/release/Hash-Flatten

Package: libhash-flatten-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libtest-assertions-perl
Multi-Arch: foreign
Description: flatten/unflatten complex data hashes
 Hash::Flatten converts back and forth between a nested hash structure and
 a flat hash of delimited key-value pairs. Useful for protocols that only
 support key-value pairs (such as CGI and DBMs).