File: control

package info (click to toggle)
libnet-https-any-perl 0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 100 kB
  • ctags: 3
  • sloc: perl: 143; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,430 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
Source: libnet-https-any-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ivan Kohler <ivan-debian@420.am>,
           gregor herrmann <gregoa@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libnet-ssleay-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libtie-ixhash-perl,
                     liburi-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-https-any-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-https-any-perl.git
Homepage: https://metacpan.org/release/Net-HTTPS-Any

Package: libnet-https-any-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libnet-ssleay-perl,
         libtie-ixhash-perl,
         liburi-perl
Description: wrapper around Net::SSLeay
 This is a wrapper around Net::SSLeay providing a simple interface for the use
 of Business::OnlinePayment.
 .
 It used to allow switching between Net::SSLeay and Crypt::SSLeay
 implementations, but that was obsoleted.  If you need to do that, use LWP
 instead.  You can set $Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL" for
 Crypt::SSLeay instead of the default Net::SSLeay (since 6.02).