File: control

package info (click to toggle)
libtime-out-perl 0.11-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 88 kB
  • sloc: perl: 70; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 780 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
Source: libtime-out-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libtest-pod-perl,
                     perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtime-out-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtime-out-perl.git
Homepage: https://metacpan.org/release/Time-Out

Package: libtime-out-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: module to easily timeout long running operations
 The Time::Out module provides an easy interface to alarm(2) based timeouts.
 Nested timeouts are supported.