libutf8-all-perl 0.016-1 source package in Ubuntu

Changelog

libutf8-all-perl (0.016-1) unstable; urgency=medium

  * Rename debian/tests/test-files to debian/tests/pkg-perl/test-files.
  * Drop debian/tests/control, add Testsuite field to debian/control
    instead.

  * Import upstream version 0.016:
    File::Find::utf8 and Cwd::utf8 are split out into separate distributions.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.6.

 -- gregor herrmann <email address hidden>  Sun, 10 May 2015 18:08:35 +0200

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

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libutf8-all-perl_0.016-1.dsc 2.3 KiB 32298760f83c75d1ee7743b1c3f40dbfbe388421b89beb40495ed602d6a6a5bf
libutf8-all-perl_0.016.orig.tar.gz 20.3 KiB 0c9306763cba50752a799e95e528841d26903eac460bb9c719d5cb30455766aa
libutf8-all-perl_0.016-1.debian.tar.xz 2.8 KiB 15ceb435ec005d113df135d7fb2b7b3206184b3ffccabe8e0aac51f946b4a4fe

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.