File: control

package info (click to toggle)
libperl6-say-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 152 kB
  • ctags: 8
  • sloc: perl: 102; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,075 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: libperl6-say-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libperl6-say-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libperl6-say-perl.git
Homepage: https://metacpan.org/release/Perl6-Say

Package: libperl6-say-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: module to print without newline needed
 Perl6::Say implements a close simulation of the say function in Perl 6, which
 acts like print but automatically appends a newline.
 .
 Use it just like print (except that it only supports the indirect
 object syntax when the stream is a bareword).
 .
 Since perl 5.10, you don't need this module.  The Perl 6 say function is
 available in Perl 5.10 by saying "use feature 'say';".