libtie-cphash-perl 1.06-1 source package in Ubuntu

Changelog

libtie-cphash-perl (1.06-1) unstable; urgency=low


  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * New upstream release.
  * Update years of copyright.
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <email address hidden>  Wed, 25 Dec 2013 20:33:15 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtie-cphash-perl_1.06-1.dsc 2.1 KiB abf0834ecb4fee55c97661055fb515146e067b4f1d2e06a009225586c9c13a8f
libtie-cphash-perl_1.06.orig.tar.gz 13.5 KiB 43b5a63c5ee3c0bded4923b57d62d36ec3b3cba1b3184f768e85d4da1d645187
libtie-cphash-perl_1.06-1.debian.tar.gz 2.4 KiB 9ecd46e1805c50d47523902da7a25396ae02602b0405a73571bbc5db5dafa951

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.