File: control

package info (click to toggle)
libperlio-via-timeout-perl 0.32-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 148 kB
  • ctags: 32
  • sloc: perl: 151; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 994 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
Source: libperlio-via-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 (>= 9.20140227~),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libtest-tcp-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libperlio-via-timeout-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libperlio-via-timeout-perl.git
Homepage: https://metacpan.org/release/PerlIO-via-Timeout

Package: libperlio-via-timeout-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: PerlIO layer that adds read & write timeout to a handle
 PerlIO::via::Timeout implements a PerlIO layer, that adds read / write
 timeout. This can be useful to avoid blocking while accessing a handle (file,
 socket, ...), and fail after some time.