Skip Menu |

This queue is for tickets about the File-Tail-Dir CPAN distribution.

Report information
The Basics
Id: 97406
Status: new
Priority: 0/
Queue: File-Tail-Dir

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.16
Fixed in: (no value)



Subject: Document oneline usage examples
It would be nice if the File::Tail::Dir Pod would document some commandline usage examples, either in the SYNOPSIS or in the EXAMPLES. A useful one is: perl -MFile::Tail::Dir -e 'File::Tail::Dir->new( processor => sub { my(undef, $lines) = @_; print @$lines } )->watch_files' to continously get the contents of all existing or newly created files. Regards, Slaven