Skip Menu |

This queue is for tickets about the Mail-Mbox-MessageParser CPAN distribution.

Report information
The Basics
Id: 13134
Status: stalled
Priority: 0/
Queue: Mail-Mbox-MessageParser

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

Bug Information
Severity: Normal
Broken in: 1.3001
Fixed in: (no value)



Subject: thousands of warnings during tests
I'm getting thousands of these warnings from tests: Use of uninitialized value in numeric lt (<) at C:\perl5\.cpanplus\5.8.7\build\M ail-Mbox-MessageParser-1.3001\blib\lib/Mail/Mbox/MessageParser/Grep.pm line 180. Use of uninitialized value in subtraction (-) at C:\perl5\.cpanplus\5.8.7\build\ Mail-Mbox-MessageParser-1.3001\blib\lib/Mail/Mbox/MessageParser/Grep.pm line 165 . Use of uninitialized value in numeric ne (!=) at C:\perl5\.cpanplus\5.8.7\build\ Mail-Mbox-MessageParser-1.3001\blib\lib/Mail/Mbox/MessageParser/Grep.pm line 164 .
On Tue Jun 07 08:38:44 2005, guest wrote: Show quoted text
> I'm getting thousands of these warnings from tests: > > Use of uninitialized value in numeric lt (<) at > C:\perl5\.cpanplus\5.8.7\build\M > ail-Mbox-MessageParser-1.3001\blib\lib/Mail/Mbox/MessageParser/Grep.pm > line 180.
Sorry about the (very long) delay in replying... I just saw this report on CPAN bugs. Do you still get these warnings with a 1.40xx version? I see that you're on Windows... What happens if you enter "none" for the grep question during "perl Makefile.PL" then run the tests? David
From: rrwo [...] cpan.org
On Sun May 21 13:39:37 2006, DCOPPIT wrote: Show quoted text
> Sorry about the (very long) delay in replying... I just saw this report > on CPAN bugs. Do you still get these warnings with a 1.40xx version? I > see that you're on Windows... What happens if you enter "none" for the > grep question during "perl Makefile.PL" then run the tests?
I was running Windows when I submitted this test report. Now I'm running Linux, so don't know if I can reproduce this.