Source: liblocale-gettext-perl
Section: perl
Priority: important
Maintainer: Raphael Hertzog <hertzog@debian.org>
Standards-Version: 3.6.2
Build-Depends: perl (>= 5.8.0), debhelper (>= 4)

Package: liblocale-gettext-perl
Architecture: any
Pre-Depends: ${perl:Depends}
Depends: ${shlibs:Depends}
Description: Using libc functions for internationalization in Perl
 The gettext module permits access from perl to the gettext() family of
 functions for retrieving message strings from databases constructed
 to internationalize software.
 .
 It provides gettext(), dgettext(), dcgettext(), textdomain(),
 bindtextdomain(), bind_textdomain_codeset(), ngettext(), dcngettext()
 and dngettext().
