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

Changelog

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

  * Initial release (closes: #623620).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 10:19:52 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libutf8-all-perl_0.002.orig.tar.gz 12.8 KiB f061c9aa0adeb9f696e6e09d6fd522c095295080ab1469923ad044a70b6987a1
libutf8-all-perl_0.002-1.debian.tar.gz 1.6 KiB 83dfbb6740473d3dcdf1d5e935d721b1050c22947b742b78be68350cdadaf823
libutf8-all-perl_0.002-1.dsc 1.9 KiB fc30d7de55c40de06b7d2b0b9e537329ef1990904502e6a22e56ec8050893db9

View changes file

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.