Subject: | Use of uninitialized value in numeric eq (==) at /usr/share/perl5/vendor_perl/File/Tail.pm line 391 |
Nov 19 12:20:09 testserver perl: Use of uninitialized value in numeric eq (==)
at /usr/share/perl5/vendor_perl/File/Tail.pm line 391
It seems that mailgraph triggers that bug. A cursory glance at the change between 1.2 and 1.3 seem to imply that it is possible for either $object->{inode} or $st->ino to be undefined at the time of the new == comparison. It might be fixable by adding exists checks, or forcing initialization of these vars.