SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
6
devel/p5-Hash-Util-FieldHash-Compat/pkg/DESCR
Normal file
6
devel/p5-Hash-Util-FieldHash-Compat/pkg/DESCR
Normal 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.
|
8
devel/p5-Hash-Util-FieldHash-Compat/pkg/PLIST
Normal file
8
devel/p5-Hash-Util-FieldHash-Compat/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue