File: control

package info (click to toggle)
libutf8-all-perl 0.026-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 316 kB
  • sloc: perl: 807; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,377 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
28
29
30
Source: libutf8-all-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (= 13),
               perl
Build-Depends-Indep: libimport-into-perl <!nocheck>,
                     libperlio-utf8-strict-perl <!nocheck>,
                     libtest-exception-perl <!nocheck>,
                     libtest-fatal-perl <!nocheck>,
                     libtest-warn-perl <!nocheck>
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libutf8-all-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libutf8-all-perl.git
Homepage: https://metacpan.org/release/utf8-all

Package: libutf8-all-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libimport-into-perl,
         libperlio-utf8-strict-perl
Description: Perl pragma to turn on UTF-8 everywhere
 The utf8 pragma allows you to write Perl source code encoded in UTF-8. That
 means UTF-8 strings, variable names, and regular expressions. utf8::all goes
 further, and makes @ARGV encoded in UTF-8, and filehandles are opened with
 UTF-8 encoding turned on by default (including STDIN, STDOUT, STDERR). If you
 don't want UTF-8 for a particular filehandle, you'll have to set binmode
 $filehandle.