File: control

package info (click to toggle)
libtest-poe-client-tcp-perl 1.26-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 220 kB
  • sloc: perl: 556; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 1,316 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
Source: libtest-poe-client-tcp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>,
           Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libpoe-perl,
                     netbase,
                     perl,
                     perl (>= 5.19.6) | libsocket-perl (>= 2.013)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-poe-client-tcp-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-poe-client-tcp-perl.git
Homepage: https://metacpan.org/release/Test-POE-Client-TCP

Package: libtest-poe-client-tcp-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libpoe-perl,
         perl (>= 5.19.6) | libsocket-perl (>= 2.013)
Description: POE Component providing TCP client services for test cases
 Test::POE::Client::TCP is a POE component that provides a TCP client framework
 for inclusion in client component test cases, instead of having to roll your
 own.
 .
 Once registered with the component, a session will receive events related to
 connections made, disconnects, flushed output and input from the specified
 server.