Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: tcallawa [...] redhat.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.3
Fixed in: (no value)



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.