| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 
 | Source: liblocale-msgfmt-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Dominique Dumont <dod@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libtest-pod-perl,
                     liblocale-maketext-gettext-perl
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblocale-msgfmt-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/liblocale-msgfmt-perl.git
Homepage: http://search.cpan.org/dist/Locale-Msgfmt/
Package: liblocale-msgfmt-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
Description: pure Perl reimplementation of msgfmt
 Locale::Msgfmt is a tool to compile .po files to .mo files. This
 module does the same thing as msgfmt from GNU gettext-tools, except
 this is pure Perl.
 |