libencode-perl 2.56-1 source package in Ubuntu

Changelog

libencode-perl (2.56-1) unstable; urgency=medium


  * Import Upstream version 2.56
  * Declare compliance with Debian Policy 3.9.5

 -- Florian Schlichting <email address hidden>  Mon, 23 Dec 2013 23:28:02 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libencode-perl_2.56-1.dsc 2.1 KiB 931191a53f6c148f921f4939b5be02a036470bee8a0af800ba26473acfc44daf
libencode-perl_2.56.orig.tar.gz 1.9 MiB 10d30981c1058f69424da3c2e4b42e7b7d7fbe3373d8c05c3ad40d60f7e41280
libencode-perl_2.56-1.debian.tar.xz 4.5 KiB de652a61669b7c622f9bc89955187df7e9133d875cc47553ac1d1053cf17f285

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.