File: control

package info (click to toggle)
libtie-aliashash-perl 1.02-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 96 kB
  • sloc: perl: 165; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,205 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: libtie-aliashash-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libmodule-build-perl,
                     perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtie-aliashash-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtie-aliashash-perl.git
Homepage: https://metacpan.org/release/Tie-AliasHash
Rules-Requires-Root: no

Package: libtie-aliashash-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module to provide hash with aliases key (multiple keys, one value)
 Tie::AliasHash creates hashes that can have multiple keys for a single value.
 This means that some keys are just 'aliases' for other keys.
 .
 Two aliases keys share the same value, so that fetching either of them will
 always return the same value, and storing a value in one of them will change
 both.
 .
 The only difference between the two keys is that aliased key is not reported
 by keys() and each().