File: control

package info (click to toggle)
libtie-ixhash-perl 1.23-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 100 kB
  • ctags: 29
  • sloc: perl: 349; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,114 bytes parent folder | download | duplicates (2)
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
Source: libtie-ixhash-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: libtest-pod-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtie-ixhash-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtie-ixhash-perl.git
Homepage: https://metacpan.org/release/Tie-IxHash

Package: libtie-ixhash-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module to order associative arrays
 Tie::IxHash implements Perl hashes that preserve the order in which the
 hash elements were added. The order is not affected when values
 corresponding to existing keys in the IxHash are changed. The elements can
 also be set to any arbitrary supplied order. The familiar perl array
 operations can also be performed on the IxHash.