libhash-util-fieldhash-compat-perl 0.08-1 source package in Ubuntu

Changelog

libhash-util-fieldhash-compat-perl (0.08-1) unstable; urgency=medium


  * Team upload.
  * New upstream release.
  * Drop libtest-use-ok-perl from Build-Depends-Indep.

 -- gregor herrmann <email address hidden>  Sat, 19 Jul 2014 22:08:09 +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

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libhash-util-fieldhash-compat-perl_0.08-1.dsc 2.3 KiB be58f91a3bd37d64dc1dde887ae6b025abf7b79cf96ef3635d43dc9260857132
libhash-util-fieldhash-compat-perl_0.08.orig.tar.gz 22.5 KiB ade00f8b01450729c9aa67c3528580213f4223ca4831c9c7ad55b6abcc2ef4d5
libhash-util-fieldhash-compat-perl_0.08-1.debian.tar.xz 1.8 KiB 0189697ad41de002df7e855585f4132145bc1b4515488edcaae06b3806c8fe1d

Available diffs

No changes file available.

Binary packages built by this source

libhash-util-fieldhash-compat-perl: Perl module providing a Hash::Util::FieldHash compatible API

 Hash::Util::FieldHash::Compat under older perls provides a drop in
 compatible API to Hash::Util::FieldHash using perltie. When
 Hash::Util::FieldHash is available it will use that instead.
 .
 This way code requiring field hashes can benefit from fast, robust field
 hashes on Perl 5.10 and newer, but still run on older perls that don't
 ship with that module.