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

Changelog

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

  * Use 'dh_perl -d' again to avoid pulling perl and perl-modules into the
    base system (thanks, Sven Joachim; closes: #639149).
 -- Colin Watson <email address hidden>   Mon, 31 Oct 2011 07:52:51 -0400

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-4ubuntu1.debian.tar.bz2 3.1 KiB 05870367c848afa6fde042fa0eaea0d319209522e0c5ce7ffd6b981213fb97d8
libtext-iconv-perl_1.7-4ubuntu1.dsc 1.9 KiB 3aaf6081eaee64b2a9648a95ca331e3967837d02149c4be0d58a2a8ed37fb004

Available diffs

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.