File: control

package info (click to toggle)
libnet-sslglue-perl 1.057-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 212 kB
  • ctags: 75
  • sloc: perl: 825; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,237 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: libnet-sslglue-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libio-socket-ssl-perl,
                     libnet-ldap-perl,
                     liburi-perl,
                     libwww-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-sslglue-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-sslglue-perl.git
Homepage: https://metacpan.org/release/Net-SSLGlue

Package: libnet-sslglue-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libio-socket-ssl-perl,
         libnet-ldap-perl,
         liburi-perl,
         libwww-perl
Description: module to add/extend SSL support for common perl modules
 Some commonly used perl modules don't have SSL support at all, even if the
 protocol would support it. Others have SSL support, but most of them don't do
 proper checking of the servers certificate.
 .
 The Net::SSLGlue::* modules try to add SSL support or proper certificate to
 these modules.