aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Hash-Util-FieldHash-Compat/pkg-descr
blob: 1d924c1b1ee3432d0bcae080edb2f366d478975a (plain) (blame)
1
2
3
4
5
6
7
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.