File: control

package info (click to toggle)
libmsgcat-perl 1.03-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 84 kB
  • ctags: 2
  • sloc: perl: 53; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 991 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>,
 Florian Schlichting <fsfs@debian.org>
Standards-Version: 3.9.5
Build-Depends: perl, debhelper (>= 9.20120312~)
Homepage: https://metacpan.org/release/Msgcat
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmsgcat-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmsgcat-perl.git

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).