File: control

package info (click to toggle)
libcatalyst-plugin-unicode-perl 0.93-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204 kB
  • sloc: perl: 1,894; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,938 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Source: libcatalyst-plugin-unicode-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcatalyst-perl (>= 5.70),
 libio-stringy-perl,
 libmro-compat-perl (>= 0.10),
 libtest-use-ok-perl,
 libtest-www-mechanize-catalyst-perl,
 perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcatalyst-plugin-unicode-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcatalyst-plugin-unicode-perl.git
Homepage: https://metacpan.org/release/Catalyst-Plugin-Unicode

Package: libcatalyst-plugin-unicode-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcatalyst-perl (>= 5.70),
 libmro-compat-perl (>= 0.10)
Replaces: libcatalyst-modules-perl (<< 48~)
Breaks: libcatalyst-modules-perl (<< 48~)
Description: Unicode support for Catalyst (old style)
 At request time Catalyst::Plugin::Unicode decodes all params from UTF-8
 octets into a sequence of logical characters. On response, encodes body into
 UTF-8 octets.
 .
 Note that this plugin tries to autodetect if your response is encoded into
 characters before trying to encode it into a byte stream. This is *bad*
 as sometimes it can guess wrongly and cause problems.
 .
 As an example, latin1 characters such as é (e-accute) will not actually
 cause the output to be encoded as utf8.
 .
 Using Catalyst::Plugin::Unicode::Encoding (part of Catalyst 5.90042, packaged
 in libcatalyst-perl) is much more recommended, and that also does additional
 things (like decoding file upload filenames and request parameters which this
 plugin does not).
 .
 This plugin should be considered deprecated, but is maintained as a large
 number of applications are using it already.
 .
 Catalyst is an elegant Model-View-Controller web application framework
 written in Perl.