libtie-cphash-perl 2.000-3 source package in Ubuntu

Changelog

libtie-cphash-perl (2.000-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libtie-cphash-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 17:39:56 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtie-cphash-perl_2.000-3.dsc 2.1 KiB 7c0ea547325d8d710682edf1bedc9c960f63eb14014f4b44305accf3c0007abe
libtie-cphash-perl_2.000.orig.tar.gz 15.5 KiB 001eef7574f2c4057a193e95889903d5aedd412baea142003fa78707df6defdc
libtie-cphash-perl_2.000-3.debian.tar.xz 3.0 KiB d062ab581c9ed1c461b38afff94970441b557f3cdce0a8d4718daf7595f5318e

Available diffs

No changes file available.

Binary packages built by this source

libtie-cphash-perl: 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.