File: control

package info (click to toggle)
libio-socket-timeout-perl 0.32-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: perl: 330; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,199 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
Source: libio-socket-timeout-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libperlio-via-timeout-perl,
                     libtest-tcp-perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libio-socket-timeout-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libio-socket-timeout-perl.git
Homepage: https://metacpan.org/release/IO-Socket-Timeout

Package: libio-socket-timeout-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libperlio-via-timeout-perl
Multi-Arch: foreign
Description: IO::Socket with read/write timeout
 IO::Socket provides a way to set a timeout on the socket, but the timeout
 will be used only for connection, not for reading / writing operations.
 .
 IO::Socket::Timeout provides a way to set a timeout on read / write
 operations on an IO::Socket instance, or any IO::Socket::* modules, like
 IO::Socket::INET.