Subject: CVS commit: pkgsrc/misc/p5-File-Tail
To: None <pkgsrc-changes@NetBSD.org>
From: Klaus Heinz <heinz@netbsd.org>
List: pkgsrc-changes
Date: 07/13/2006 20:26:31
Module Name: pkgsrc
Committed By: heinz
Date: Thu Jul 13 20:26:31 UTC 2006
Modified Files:
pkgsrc/misc/p5-File-Tail: Makefile distinfo
Log Message:
Updated to version 0.99.3.
Pkgsrc changes:
- Set USE_LANGUAGES
- HOMEPAGE changed to search.cpan.org
Changes since version 0.99.1:
=============================
"Lyle D. Brooks" <brooks@deseret.com> reported there were instances
where interval was set to a negative value
Joe Smith <Joe.Smith@wcom.com> noted that one shouldn't declare
@ISA=qw(Autoloader) unless one is prepared to deal with it correctly.
Peter Allen <pgmppa@ibi.com> undef warnings when starting up on a
nonexistant file
Alain Fauconnet <alain@ait.ac.th> and Benjamin Zwittnig <beni@arnes.si>
provided test cases which helped me chase down another two cases where
File::Tail would spontaneously read too much.
Some operating systems sometimes return 0 for sysread on busy files.
This should now be handled correctly.
nowait can now be specified at object creation.
A callback is called on every file rotation, which can be used for
files that change their names with time.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/misc/p5-File-Tail/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/misc/p5-File-Tail/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.