libfile-tail-perl 1.3-1 source package in Ubuntu

Changelog

libfile-tail-perl (1.3-1) unstable; urgency=medium

  * New upstream version 1.3.
  * Update all patches to new version.

 -- Roland Rosenfeld <email address hidden>  Mon, 17 Aug 2015 17:11:36 +0200

Upload details

Uploaded by:
Roland Rosenfeld
Uploaded to:
Sid
Original maintainer:
Roland Rosenfeld
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-tail-perl_1.3-1.dsc 1.8 KiB 8b221582b874d5afa257b8328ae2a99ae2e30b60bfdfb1428f2d7d519773725c
libfile-tail-perl_1.3.orig.tar.gz 23.8 KiB 26d09f81836e43eae40028d5283fe5620fe6fe6278bf3eb8eb600c48ec34afc7
libfile-tail-perl_1.3-1.debian.tar.xz 4.4 KiB ef3e5eaf9779bfb59957a10247ad214ddb24150d5fce9e1daba646bae634e1b0

Available diffs

No changes file available.

Binary packages built by this source

libfile-tail-perl: 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.