libhash-fieldhash-perl 0.10-3 source package in Ubuntu

Changelog

libhash-fieldhash-perl (0.10-3) unstable; urgency=low

  * Team upload

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.

  [ Damyan Ivanov ]
  * move perl >= 5.14 as a second alternative dependency on
    libextutils-parsexs-perl (>= 2.210000)
    Closes: #637033 -- FTBFS: unfullfillable first alternative in
    build-depends

libhash-fieldhash-perl (0.10-2) unstable; urgency=low

  [ Fabrizio Regalli ]
  * Add myself to Uploaders and Copyright.
  * Switch d/compat to 8.
  * Build-Depends: switch to debhelper (>= 8).
  * Bump to 3.0 quilt format.
  * Added year in d/copyright.
  * Bump to 3.9.2 Standard-Version.
  * Fixed interpreter shebang lines. 

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Dominic Hargreaves ]
  * Add alternative Build-Depends on perl 5.14 (Closes: #636773)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:06:14 +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.10.orig.tar.gz 35.1 KiB 08d5398624a275888924061f26e83b2eba62ae530fffe32f919e74f1b396b2ea
libhash-fieldhash-perl_0.10-3.debian.tar.gz 2.2 KiB e143a048c5bee547e175ff9161e5f69af221a4b705adba5727f4786c4a21b8ff
libhash-fieldhash-perl_0.10-3.dsc 2.1 KiB cc26a89637c5cd1394727b9c4d637229471640501df3ec785ffdd797b00cd364

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.