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
|
Source: libsyntax-keyword-junction-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libsub-exporter-progressive-perl,
libsub-exporter-perl,
libsyntax-perl,
libtest-requires-perl,
perl
Standards-Version: 3.9.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsyntax-keyword-junction-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsyntax-keyword-junction-perl.git
Homepage: https://metacpan.org/release/Syntax-Keyword-Junction
Testsuite: autopkgtest-pkg-perl
Package: libsyntax-keyword-junction-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libsub-exporter-progressive-perl,
libsyntax-perl
Description: Perl6 style Junction operators in Perl5
Syntax::Keyword::Junction is a lightweight module which provides 'Junction'
operators, the most commonly used being "any" and "all".
.
Inspired by the Perl6 design docs,
<http://dev.perl.org/perl6/doc/design/exe/E06.html>.
|