The following error message was somewhat baffling at first:

  croak "Handle or Filename required, but not both"
    unless $params{Handle} xor defined $params{Filename};

That was the result of using "InputHandler" by accident instead of just 
"Handler".  I'd think the error should be revised to something about 
"InputHandler" being an invalid option for Followtail's new() method.

Just a suggestion. :)

Reply via email to