p5-Hash-Util-FieldHash-Compat

use Hash::Util::FieldHash or ties, depending on availability

WWW CVSWeb GITHub
  1. Package version
    p5-Hash-Util-FieldHash-Compat-0.11p0
  2. Maintainer
    The OpenBSD ports mailing-list

Under older perls this module provides a drop in compatible api to
Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is
available it will use that instead.
This way code requiring field hashes can benefit from fast, robust field
hashes on Perl 5.10 and newer, but still run on older perls that don't
ship with that module.