SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,6 @@
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.

View file

@ -0,0 +1,8 @@
${P5SITE}/Hash/
${P5SITE}/Hash/Util/
${P5SITE}/Hash/Util/FieldHash/
${P5SITE}/Hash/Util/FieldHash/Compat/
${P5SITE}/Hash/Util/FieldHash/Compat.pm
${P5SITE}/Hash/Util/FieldHash/Compat/Heavy.pm
@man man/man3p/Hash::Util::FieldHash::Compat.3p
@man man/man3p/Hash::Util::FieldHash::Compat::Heavy.3p