File: control

package info (click to toggle)
libtie-cphash-perl 2.000-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: perl: 209; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,110 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
27
28
Source: libtie-cphash-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
           gregor herrmann <gregoa@debian.org>
Homepage: https://metacpan.org/release/Tie-CPHash
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtie-cphash-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtie-cphash-perl.git
Standards-Version: 3.9.6
Testsuite: autopkgtest-pkg-perl

Package: libtie-cphash-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module for managing a case preserving but case insensitive hash table
 Tie::CPHash provides a hash table that is case preserving but case
 insensitive. This means that
 .
  $cphash{KEY}    $cphash{key}
  $cphash{Key}    $cphash{keY}
 .
 all refer to the same entry.  Also, the hash remembers which form of
 the key was last used to store the entry.  The keys and each functions
 will return the key that was used to set the value.