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-xs-dev, perl | libextutils-parsexs-perl (>= 2.210000), perl | libcpan-meta-perl, libmodule-build-perl, perl:native Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhash-fieldhash-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/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} Multi-Arch: same 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.