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

Changelog

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

  * New upstream release.
  * Don't install README anymore.
  * Add copyright/license information for inc/Module/*.
  * Add /me to Uploaders.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  01 Nov 2011 10:32:58 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
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-1.debian.tar.gz 2.3 KiB ed4ee8e6962197046f6f06cdbb7ec8d9459bb820f4f63c2a9b1957a1c40eceb8
libhash-fieldhash-perl_0.12-1.dsc 2.2 KiB 7e10a5940c6fa268e68b9880b66bfb4334139b531865046eb03dd5f61c77b3be

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.