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

Changelog

libutf8-all-perl (0.010-1) unstable; urgency=low


  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * New upstream release.
  * Update years of packaging copyright.
  * Set Standards-Version to 3.9.4 (no changes).

 -- gregor herrmann <email address hidden>  Mon, 18 Feb 2013 19:21:03 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libutf8-all-perl_0.010-1.dsc 2.2 KiB a09f56c2068434ca421e0214bf43f31d18ec1943a12999b0d51dc7d2196eb78c
libutf8-all-perl_0.010.orig.tar.gz 17.4 KiB f7f2503352e563f6f009f24bb55a70172133e5ea48e1e960a4abeded3667b366
libutf8-all-perl_0.010-1.debian.tar.gz 2.4 KiB 8fadd44c9cd71c3a4e2147912be0ea3ab8a06639d6eca2a2f273d97c33181760

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.