Codebase list libpoe-component-sslify-perl / e219f0be-eb3d-4055-ad76-4e47502e928b/main debian / control
e219f0be-eb3d-4055-ad76-4e47502e928b/main

Tree @e219f0be-eb3d-4055-ad76-4e47502e928b/main (Download .tar.gz)

control @e219f0be-eb3d-4055-ad76-4e47502e928b/main

7ab53b2
4fcdafe
 
 
 
7ab53b2
07a6b22
7ab53b2
b406c9c
fe65ace
c692e93
 
 
 
bb691ee
c692e93
bb691ee
4c3b987
7a0430d
 
2dce072
b58c209
7ab53b2
 
 
3824297
 
4fcdafe
3824297
 
09d22b3
 
 
 
 
Source: libpoe-component-sslify-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl
Build-Depends-Indep: libnet-ssleay-perl <!nocheck>,
                     libpoe-perl <!nocheck>,
                     libtask-weaken-perl <!nocheck>,
                     libtest-failwarnings-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     netbase <!nocheck>,
                     perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpoe-component-sslify-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpoe-component-sslify-perl.git
Homepage: https://metacpan.org/release/POE-Component-SSLify
Rules-Requires-Root: no

Package: libpoe-component-sslify-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libnet-ssleay-perl,
         libpoe-perl,
         libtask-weaken-perl
Description: module for SSL connection handling in POE Components
 POE::Component::SSLify is a POE Component that represents the standard way to
 handle SSL connections for other POE Components. It allows for the creation of
 SSL-wrapped sockets, generally used with POE::Wheel::SocketFactory, which are
 correctly handled by the POE engine.