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

Changelog

libhash-fieldhash-perl (0.12-1build1) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 23:54:01 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
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.12.orig.tar.gz 42.0 KiB 96b9b70a647aba75fd7a58d89a17a1c27326bb2eba1b8475140c40b9119a3800
libhash-fieldhash-perl_0.12-1build1.debian.tar.gz 2.4 KiB 68dc37be1d076ca425c66ea7641895bbe6b759cfe2982bef5eaedc592f68e104
libhash-fieldhash-perl_0.12-1build1.dsc 2.3 KiB 8eeb9cd5626f735f7ae8c2f377ec9b6b2d8c47045423ec72c1efddc019a394d1

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.