File: control

package info (click to toggle)
libsyntax-operator-is-perl 0.02-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 128 kB
  • sloc: perl: 108; makefile: 3
file content (41 lines) | stat: -rw-r--r-- 1,840 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: libsyntax-operator-is-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libdata-checks-perl <!nocheck>,
               libextutils-cbuilder-perl,
               libmodule-build-perl,
               libsyntax-keyword-match-perl <!nocheck>,
               libtest2-suite-perl <!nocheck>,
               libxs-parse-keyword-perl (>= 0.43) <!nocheck>,
               perl-xs-dev,
               perl:native
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsyntax-operator-is-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsyntax-operator-is-perl.git
Homepage: https://metacpan.org/release/Syntax-Operator-Is
Rules-Requires-Root: no

Package: libsyntax-operator-is-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends},
         libdata-checks-perl,
         libxs-parse-keyword-perl (>= 0.43)
Description: match operator using Data::Checks constraints
 Syntax::Operator::Is provides an infix operator that checks if a given value
 matches a value constraint provided by Data::Checks.
 .
 Support for custom infix operators was added in the Perl 5.37.x development
 cycle and is available from development release v5.37.7 onwards, and
 therefore in Perl v5.38 onwards. The documentation of XS::Parse::Infix
 describes the situation in more detail.
 .
 While Perl versions before this do not support custom infix operators, they
 can still be used via XS::Parse::Infix and hence XS::Parse::Keyword. Custom
 keywords which attempt to parse operator syntax may be able to use these. One
 such module is Syntax::Keyword::Match.