1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: libmsgcat-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Raphaƫl Hertzog <hertzog@debian.org>
Standards-Version: 3.8.3
Build-Depends: perl, debhelper (>= 7.0.50~)
Homepage: http://search.cpan.org/dist/Msgcat/Msgcat.pm
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmsgcat-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmsgcat-perl/
Package: libmsgcat-perl
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}
Description: Locale::Msgcat perl module
This is a small perl module for systems which support the XPG4
message catalog functions : catopen(3), catgets(3) and catclose(3).
.
The module can be used to internationalize a perl program. Messages
inside a catalog are identified by integers (unlike gettext which uses the
English string as identifier).
|