Source: libtext-iconv-perl
Section: perl
Priority: required
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Standards-Version: 3.9.2
Build-Depends: perl (>= 5.8.0-6), debhelper (>= 7.0.50~)
Homepage: http://search.cpan.org/search?module=Text::Iconv

Package: libtext-iconv-perl
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}
Description: 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.
