File: control

package info (click to toggle)
libidna-punycode-perl 1.100-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 120 kB
  • ctags: 6
  • sloc: perl: 62; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,341 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
Source: libidna-punycode-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Martin Zobel-Helas <zobel@debian.org>,
           Fabrizio Regalli <fabreg@fabreg.it>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libnet-idn-encode-perl,
                     libnet-idn-nameprep-perl,
                     libtest-nowarnings-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libidna-punycode-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libidna-punycode-perl.git
# not on metacpan.org, at least old version on cpan.org
# Homepage: https://metacpan.org/release/IDNA-Punycode
Homepage: http://search.cpan.org/dist/IDNA-Punycode/

Package: libidna-punycode-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libnet-idn-encode-perl,
         libnet-idn-nameprep-perl
Description: module to encode Unicode string in Punycode
 IDNA::Punycode is a module to encode / decode Unicode strings into
 Punycode, an efficient encoding of Unicode for use with IDNA.
 .
 Note that IDNA::Punycode is deprecated; URI (packaged as liburi-perl)
 provides a URI::_punycode method as a replacement.