Source: libperlio-utf8-strict-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Florian Schlichting Build-Depends: debhelper (>= 11~), libtest-exception-perl, perl Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libperlio-utf8-strict-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libperlio-utf8-strict-perl.git Homepage: https://metacpan.org/release/PerlIO-utf8_strict Testsuite: autopkgtest-pkg-perl 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.