File: control

package info (click to toggle)
libpoe-component-client-keepalive-perl 0.2720-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 268 kB
  • ctags: 57
  • sloc: perl: 2,465; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,628 bytes parent folder | download | duplicates (2)
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
Source: libpoe-component-client-keepalive-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Ernesto Hernández-Novich (USB) <emhn@usb.ve>,
           gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     netbase,
                     perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
                     libpoe-component-resolver-perl,
                     libpoe-perl (>= 2:1.3110),
                     libnet-ip-minimal-perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-client-keepalive-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpoe-component-client-keepalive-perl.git
Homepage: https://metacpan.org/release/POE-Component-Client-Keepalive

Package: libpoe-component-client-keepalive-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libpoe-component-resolver-perl,
         libpoe-perl (>= 2:1.3110),
         libnet-ip-minimal-perl
Description: POE component that manages and keeps alive client connections
 POE::Component::Client::Keepalive creates and manages connections for other
 components. It maintains a cache of kept-alive connections for quick reuse.
 It is written specifically for clients that can benefit from kept-alive
 connections, such as HTTP clients. Using it for one-shot connections would
 probably be silly.