Source: libtext-iconv-perl
Section: perl
Priority: required
Maintainer: Anibal Monsalve Salazar <anibal@debian.org>
Standards-Version: 3.7.2
Build-Depends: perl (>= 5.8.0-6), debhelper (>= 5)

Package: libtext-iconv-perl
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}
Description: converts between character sets in Perl
 The iconv() family of functions from XPG4 define 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.
 .
  Homepage: http://search.cpan.org/~mpiotr/Text-Iconv-1.4/Iconv.pm
