Module submission - File-Tail

rpyne@kinfolk.org rpyne at kinfolk.org
Sun Nov 6 01:38:53 UTC 2005


module name       : File-Tail
suggested section : perl
update (y/n)      : y
bugfix (y/n)      : n
security (y/n)    : n

New version

rpyne

-------------- next part --------------
--- File-Tail/DETAILS	2005-05-07 12:09:37.000000000 -0600
+++ File-Tail/DETAILS	2005-11-05 18:38:11.000000000 -0700
@@ -1,13 +1,12 @@
           MODULE=File-Tail
-         VERSION=0.98
+         VERSION=0.99.3
           SOURCE=$MODULE-$VERSION.tar.gz
 	 SOURCE2=ptail.pl
    SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/
   SOURCE2_URL[0]=http://www.sial.org/code/perl/scripts/
         WEB_SITE=http://search.cpan.org/search?dist=File-Tail
          ENTERED=20021228
-         UPDATED=20030123
-      MAINTAINER=csm at moongroup.com
+         UPDATED=20051105
            SHORT="File::Tail reads files which are continously appended to"
 cat << EOF
 The File::Tail module is designed for reading files which are continously
--- File-Tail/DETAILS~	1969-12-31 17:00:00.000000000 -0700
+++ File-Tail/DETAILS~	2005-11-05 18:38:11.000000000 -0700
@@ -0,0 +1,32 @@
+          MODULE=File-Tail
+         VERSION=0.98
+          SOURCE=$MODULE-$VERSION.tar.gz
+	 SOURCE2=ptail.pl
+   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/M/MG/MGRABNAR/
+  SOURCE2_URL[0]=http://www.sial.org/code/perl/scripts/
+        WEB_SITE=http://search.cpan.org/search?dist=File-Tail
+         ENTERED=20021228
+         UPDATED=20030123
+      MAINTAINER=csm at moongroup.com
+           SHORT="File::Tail reads files which are continously appended to"
+cat << EOF
+The File::Tail module is designed for reading files which are continously
+appended to (the name comes from the tail -f directive). Usualy such files are
+logfiles of some description.
+
+The module tries hard not to busy wait on the file, dynamicaly calcultaing 
+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.
+
+Currently this package requires Time::HiRes, because it often needs to sleep
+for less than one second. (I don't beleive one should busy wait on a file
+just because it gets more than one line/second).
+
+The file logwatch is a simple example of use. Try it with 
+./logwatch /var/log/syslog 1 if you want to see how File::Tail works.
+
+This module also comes with ptail.pl, an example and generic File::Tail
+perl script.
+EOF
-------------- next part --------------
lvu submit File-Tail cc7ba95ad91bb04294008fe433c28efe *-
2.6.14 2.6.12 gcc-3.4.4 glibc-2.3.6



More information about the Lunar mailing list