libperlio-utf8-strict-perl/debian/control

26 lines
996 B
Plaintext

Source: libperlio-utf8-strict-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (=13),
libtest-exception-perl <!nocheck>,
perl-xs-dev,
perl:native
Testsuite: autopkgtest-pkg-perl
Standards-Version: 4.6.0
Vcs-Browser: https://gitee.com/openkylin/libperlio-utf8-strict-perl
Vcs-Git: https://gitee.com/openkylin/libperlio-utf8-strict-perl.git
Homepage: https://metacpan.org/release/PerlIO-utf8_strict
Rules-Requires-Root: no
Package: libperlio-utf8-strict-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: fast and correct UTF-8 Perl IO module
PerlIO::utf8_strict provides a fast and correct UTF-8 PerlIO layer.
Unlike perl's default :utf8 layer it checks the input for correctness
and will croak if it finds an ill-formed UTF-8 octet sequence or
noncharacter code points not meant for interchange.