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

Changelog

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

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Tue, 28 Jun 2022 21:55:18 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libutf8-all-perl_0.024-2.dsc 2.2 KiB d915daa707cfbf34dd42e88e5690809011f103552689b6daecf5f416393df0f2
libutf8-all-perl_0.024.orig.tar.gz 26.6 KiB 9233465d41174077ccdbc04f751ab7d68c8d19114e36cd02f2c5fdc2bc3937b7
libutf8-all-perl_0.024-2.debian.tar.xz 3.3 KiB 8c6a79936b34e7a19682fd125b91d0546a825111cdf73e0ece28c0c9c4663f6e

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.