1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: libhash-util-fieldhash-compat-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Tim Retout <diocles@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libtie-refhash-weak-perl,
perl,
perl (>= 5.15.9) | libcpan-meta-requirements-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhash-util-fieldhash-compat-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhash-util-fieldhash-compat-perl.git
Homepage: https://metacpan.org/release/Hash-Util-FieldHash-Compat
Package: libhash-util-fieldhash-compat-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libtie-refhash-weak-perl
Description: Perl module providing a Hash::Util::FieldHash compatible API
Hash::Util::FieldHash::Compat under older perls 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.
|