libtext-iconv-perl 1.7-4ubuntu2 source package in Ubuntu

Changelog

libtext-iconv-perl (1.7-4ubuntu2) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 09:31:51 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtext-iconv-perl_1.7.orig.tar.bz2 9.7 KiB 815c5169b7afc40bc6f681b4c615ff8fb0e073d87422280c8c759a4666567490
libtext-iconv-perl_1.7-4ubuntu2.debian.tar.bz2 3.2 KiB ada44120a4076c14fc840514876148522737c20f3a202df82ece4a6f1b8222b1
libtext-iconv-perl_1.7-4ubuntu2.dsc 1.9 KiB c8c2618995ae0918e9f6cddca70be867365158a43e775acecd817ce63aa34342

View changes file

Binary packages built by this source

libtext-iconv-perl: converts between character sets in Perl

 The iconv() family of functions from XPG4 defines an API for converting
 between character sets (e.g. UTF-8 to Latin1, EBCDIC to ASCII). They
 are provided by libc6.
 .
 This package allows access to them from Perl via the Text::Iconv
 package.