File: control

package info (click to toggle)
libdist-zilla-localetextdomain-perl 0.90-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 248 kB
  • ctags: 45
  • sloc: perl: 1,109; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,918 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: libdist-zilla-localetextdomain-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Joenio Costa <joenio@colivre.coop.br>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libtest-pod-perl,
                     libdist-zilla-perl,
                     libemail-address-perl,
                     libfile-find-rule-perl,
                     libipc-run3-perl,
                     libmoose-perl,
                     libmoosex-types-path-class-perl,
                     libnamespace-autoclean-perl,
                     libpath-class-perl,
                     libtest-file-contents-perl,
                     libtest-file-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-localetextdomain-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-localetextdomain-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-LocaleTextDomain
Testsuite: autopkgtest-pkg-perl

Package: libdist-zilla-localetextdomain-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdist-zilla-perl,
         libemail-address-perl,
         libfile-find-rule-perl,
         libipc-run3-perl,
         libmoose-perl,
         libmoosex-types-path-class-perl,
         libnamespace-autoclean-perl,
         libpath-class-perl
Description: Dist::Zilla plugin that adds support for managing l10n and i18n in Perl modules
 Dist::Zilla::LocaleTextDomain provides set of commands for managing
 internationalization and localization for Perl modules by using the
 Locale::TextDomain. You can just use this plugin and get all the tools you
 need to scan your Perl libraries for localizable strings, create a language
 template, and initialize translation files and keep them up-to-date.