File: control

package info (click to toggle)
libsyntax-keyword-gather-perl 1.003001-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 120 kB
  • ctags: 6
  • sloc: perl: 134; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,219 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
Source: libsyntax-keyword-gather-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     perl (>= 5.11.1) | libtest-simple-perl,
                     libsub-exporter-progressive-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsyntax-keyword-gather-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsyntax-keyword-gather-perl.git
Homepage: https://metacpan.org/release/Syntax-Keyword-Gather
Testsuite: autopkgtest-pkg-perl

Package: libsyntax-keyword-gather-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libsub-exporter-progressive-perl
Description: syntax extension for the "gather" keyword
 Syntax::Keyword::Gather is a Perl syntax extension (see libsyntax-perl)
 that provides the "gather" control structure, which was inspired by Perl 6.
 It allows lists to be constructed procedurally, without the need for a
 temporary variable, by managing an implicit array within a closure.