libhash-case-perl 1.030-1 source package in Ubuntu

Changelog

libhash-case-perl (1.030-1) unstable; urgency=medium

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

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Fabrizio Regalli from Uploaders. Thanks for your work!

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * New upstream release.
  * Add debian/upstream/metadata.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.1.4.
  * Bump debhelper compatibility level to 10.

 -- gregor herrmann <email address hidden>  Mon, 16 Apr 2018 19:46:38 +0200

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

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhash-case-perl_1.030-1.dsc 2.3 KiB e3e0789e5a172cc10520e3e6189c8f5bfca5ab105b6609348f0fed927e894682
libhash-case-perl_1.030.orig.tar.gz 7.8 KiB b953c06028fc8c3f85363e1328d2cd8fae3f5061e12f7903f198f802c84e3e06
libhash-case-perl_1.030-1.debian.tar.xz 2.4 KiB c6803e5c785abd0589590e19da1a0a95c4e4b3f26a3487b92f4d4e7080ad1836

Available diffs

No changes file available.

Binary packages built by this source

libhash-case-perl: base class for hashes with key-casing requirements

 Hash::Case is the base class for various classes which tie special
 treatment for the casing of keys. Be aware of the differences in
 implementation: Lower and Upper are tied native hashes: these
 hashes have no need for hidden fields or other assisting data
 structured. A case Preserve hash will actually create three hashes.