1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: libmsgcat-perl
Section: perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Standards-Version: 4.1.4
Build-Depends: perl, debhelper (>= 10)
Homepage: https://metacpan.org/release/Msgcat
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmsgcat-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmsgcat-perl
Package: libmsgcat-perl
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}
Description: perl module to access XPG4 message catalog functions
Locale::Msgcat 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).
|