File: control

package info (click to toggle)
libmatch-simple-perl 0.010-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 208 kB
  • sloc: perl: 143; makefile: 15
file content (32 lines) | stat: -rw-r--r-- 1,149 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
Source: libmatch-simple-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 licensecheck,
 perl,
 debhelper (>= 10~),
 dh-buildinfo,
 libexporter-tiny-perl,
 perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33),
 libsub-infix-perl (>= 0.004),
 libtest-fatal-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmatch-simple-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmatch-simple-perl
Homepage: https://metacpan.org/release/match-simple
Testsuite: autopkgtest-pkg-perl

Package: libmatch-simple-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Recommends: ${cdbs:Recommends}
Suggests: ${cdbs:Suggests}
Description: simplified clone of smartmatch operator
 match::simple provides a simple match operator "|M|" that acts like a
 sane subset of the (as of Perl 5.18) deprecated smart match operator.
 Unlike smart match, the behaviour of the match is determined entirely
 by the operand on the right hand side.