File: control

package info (click to toggle)
libsyntax-keyword-junction-perl 0.003008-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 196 kB
  • sloc: perl: 718; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 1,194 bytes parent folder | download | duplicates (2)
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
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 (>= 8)
Build-Depends-Indep: libsub-exporter-progressive-perl,
                     libsub-exporter-perl (>= 0.986),
                     libsyntax-perl,
                     libtest-requires-perl (>= 0.07),
                     perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsyntax-keyword-junction-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsyntax-keyword-junction-perl.git
Homepage: https://metacpan.org/release/Syntax-Keyword-Junction

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>.