libencode-perl 2.55-1 source package in Ubuntu

Changelog

libencode-perl (2.55-1) unstable; urgency=low


  * Import Upstream version 2.55

 -- Florian Schlichting <email address hidden>  Fri, 20 Sep 2013 12:41:05 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libencode-perl_2.55-1.dsc 2.1 KiB 6e95a496037f419be81ab98f50ae16123a3d581e35940ef11e7b2fe7e73b5599
libencode-perl_2.55.orig.tar.gz 1.9 MiB 3f2b2d989885f5c565dc6aed7345ee58d7d65c4fcf9bff0831930c00ac72f62e
libencode-perl_2.55-1.debian.tar.xz 4.5 KiB 297509eb9dc1a64f94bae1cc52b2db932fd219a74b0959b5ce57558f404f92f7

Available diffs

No changes file available.

Binary packages built by this source

libencode-perl: module providing interfaces between Perl's strings and the system

 The Encode module provides the interfaces between Perl's strings and the
 rest of the system.
 .
 When Perl is processing "binary data", the programmer wants Perl to process
 "sequences of bytes". This is not a problem for Perl - as a byte has 256
 possible values, it easily fits in Perl's much larger "logical character".
 .
 Encodes a string from Perl's internal form into ENCODING and returns a
 sequence of octets.