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
|
Source: libmatch-simple-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
licensecheck,
perl,
debhelper,
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://anonscm.debian.org/git/pkg-perl/packages/libmatch-simple-perl.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libmatch-simple-perl.git
Homepage: https://metacpan.org/release/match-simple
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.
|