libutf8-all-perl 0.024-3 source package in Ubuntu

Changelog

libutf8-all-perl (0.024-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable)

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 09:11:29 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libutf8-all-perl_0.024-3.dsc 2.2 KiB 2a8b972d4bfa82254c9304d74e630ac22136fa145166c7c911e3c2524966f895
libutf8-all-perl_0.024.orig.tar.gz 26.6 KiB 9233465d41174077ccdbc04f751ab7d68c8d19114e36cd02f2c5fdc2bc3937b7
libutf8-all-perl_0.024-3.debian.tar.xz 3.4 KiB c754de0c7e79a4921584ec332b709fbe77bcc97fa7f5d2ea6d4998374c65ad1d

Available diffs

No changes file available.

Binary packages built by this source

libutf8-all-perl: 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.