File: control

package info (click to toggle)
libhash-util-fieldhash-compat-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 260 kB
  • sloc: perl: 346; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,235 bytes parent folder | download
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
Source: libhash-util-fieldhash-compat-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libtie-refhash-weak-perl,
                     perl,
                     perl | libcpan-meta-requirements-perl
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhash-util-fieldhash-compat-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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.