libhash-fieldhash-perl 0.10-1build1 source package in Ubuntu

Changelog

libhash-fieldhash-perl (0.10-1build1) oneiric; urgency=low

  * Rebuild for Perl 5.12.
 -- Colin Watson <email address hidden>   Mon, 09 May 2011 23:35:01 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libhash-fieldhash-perl_0.10.orig.tar.gz 35.1 KiB 08d5398624a275888924061f26e83b2eba62ae530fffe32f919e74f1b396b2ea
libhash-fieldhash-perl_0.10-1build1.diff.gz 1.4 KiB 87612c7c8cfdc371567a765e95c4b4f203796a870fc8556fa04aeaf94bbd9d73
libhash-fieldhash-perl_0.10-1build1.dsc 2.1 KiB a16b74a4c32760d1ef83a5800d236a3050adce59c9beaf5cdcf53fe3fe627477

Available diffs

View changes file

Binary packages built by this source

libhash-fieldhash-perl: Perl module implementing a lightweight field hash

 Hash::FieldHash provides the field hash mechanism which supports the
 inside-out technique.
 .
 You may know Hash::Util::FieldHash. It's a very useful module, but too
 complex to understand all the functions.
 .
 This is an alternative to Hash::Util::FieldHash with following features:
 .
 Simpler interface
 .
   Hash::FieldHash provides a few functions: fieldhash() and fieldhashes().
   That's enough.
 .
 Higher performance
   Hash::FieldHash is faster than Hash::Util::FieldHash, because its internals
   use simpler structures.