File: control

package info (click to toggle)
libfile-tail-perl 1.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 312 kB
  • sloc: perl: 558; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,169 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
Source: libfile-tail-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libtime-hires-perl, perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Roland Rosenfeld <roland@debian.org>
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-tail-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-tail-perl
Homepage: https://metacpan.org/release/File-Tail
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libfile-tail-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: File::Tail perl module
 The File::Tail module is designed for reading files which
 are continuously appended to (the name comes from the tail -f
 directive). Usually such files are logfiles of some description.
 .
 The module tries hard not to busy wait on the file, dynamicaly
 calculating how long it should wait before it pays to try reading the
 file again.
 .
 The module should handle normal log truncations ("close; move; open" or
 "cat /dev/null >file") transparently, without losing any input.