Source: libio-socket-timeout-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann 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.