Source: libhash-fieldhash-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Dominic Hargreaves , gregor herrmann , Xavier Guimard Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libtest-leaktrace-perl, perl (>= 5.11.1) | libextutils-parsexs-perl (>= 2.210000), perl (>= 5.13.10) | libcpan-meta-perl, libmodule-build-perl (>= 0.400500), perl Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhash-fieldhash-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhash-fieldhash-perl.git Homepage: https://metacpan.org/release/Hash-FieldHash Package: libhash-fieldhash-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: 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.