File: control

package info (click to toggle)
libtie-hash-regex-perl 1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 88 kB
  • sloc: perl: 47; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,122 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: libtie-hash-regex-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libtest-pod-coverage-perl <!nocheck>,
                     libtest-pod-perl <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtie-hash-regex-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtie-hash-regex-perl.git
Homepage: https://metacpan.org/release/Tie-Hash-Regex
Rules-Requires-Root: no

Package: libtie-hash-regex-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module to match hash keys using regular expressions
 The Tie::Hash::Regex module allows hash keys to be matched using regular
 expressions.
 .
 In comparison to Tie::RegexpHash, rather than using regexps as keys that match
 against fetches, Tie::Hash::Regex allows the use of standard keys that are
 matched by regexps in fetches.