libencode-perl 2.44-1 source package in Ubuntu

Changelog

libencode-perl (2.44-1) unstable; urgency=high

  * Team upload.
  * Upload with high urgency as this includes a security fix.

  [ Ansgar Burchardt ]
  * New upstream release.
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.
 -- Ansgar Burchardt <email address hidden>   Thu,  11 Aug 2011 00:22:09 +0000

Upload details

Uploaded by:
Ansgar Burchardt
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libencode-perl_2.44.orig.tar.gz 1.9 MiB c121f9c8ae03e718d1b5d5465d66bb3138af429188735966326656f99a9499c6
libencode-perl_2.44-1.debian.tar.gz 3.2 KiB 58317e21935df6f99826839d0c5e09b1e4680bef6b60856d7664411449aad3c2
libencode-perl_2.44-1.dsc 2.0 KiB d772ea6ab3e0f6c4507ac8a3d913e692e25077b2eca5a96f782a68d9e0e8dc5d

Available diffs

View changes file

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.