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

Changelog

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


  * Imported Upstream version 0.14
  * Remove Module::Install* licenses from debian/copyright
  * Add libcpan-meta-perl and libmodule-build-perl in build dependencies

 -- Xavier Guimard <email address hidden>  Sun, 19 May 2013 12:44:55 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
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.14-1.dsc 2.4 KiB f677ffa16603ed0b1423a1d8ccb78c51a6ba56a302de8539cc244dcdcb265581
libhash-fieldhash-perl_0.14.orig.tar.gz 28.1 KiB e1f7d0e97dd14afb2dddf64052e503c05467f73f51756ea7b647d59cab0cf721
libhash-fieldhash-perl_0.14-1.debian.tar.gz 2.7 KiB 153e7e9c14b7e14fda7108a8f02c285bb20bc6bddc56a4c51716f5ec247b6ee1

Available diffs

No changes file available.

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.