Skip Menu |

This queue is for tickets about the Log-Message-Simple CPAN distribution.

Report information
The Basics
Id: 18220
Status: resolved
Priority: 0/
Queue: Log-Message-Simple

People
Owner: Nobody in particular
Requestors: chris+rt [...] chrisdolan.net
Cc: steve [...] silug.org
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.01
Fixed in: (no value)



Subject: Uninitialized value warnings in t/03_functions
I see this during "make test" (while installing CPANPLUS 0.61 from inside CPANPLUS 0.562 on Apple's Perl 5.8.6 on darwin 10.4.5): t/01_use..........ok t/02_imports......# Testing Log::Message::Simple version 0.01 ok t/03_functions....Use of uninitialized value in numeric eq (==) at t/03_functions.t line 54. Use of uninitialized value in numeric eq (==) at t/03_functions.t line 73. Use of uninitialized value in numeric eq (==) at t/03_functions.t line 54. Use of uninitialized value in numeric eq (==) at t/03_functions.t line 73. Use of uninitialized value in numeric eq (==) at t/03_functions.t line 54. Use of uninitialized value in numeric eq (==) at t/03_functions.t line 73. Use of uninitialized value in numeric eq (==) at t/03_functions.t line 54. Use of uninitialized value in numeric eq (==) at t/03_functions.t line 73. Use of uninitialized value in numeric eq (==) at t/03_functions.t line 54. Use of uninitialized value in numeric eq (==) at t/03_functions.t line 73. Use of uninitialized value in numeric eq (==) at t/03_functions.t line 54. Use of uninitialized value in numeric eq (==) at t/03_functions.t line 73. Use of uninitialized value in numeric eq (==) at t/03_functions.t line 54. Use of uninitialized value in numeric eq (==) at t/03_functions.t line 73. ok All tests successful. Files=3, Tests=97, 1 wallclock secs ( 0.43 cusr + 0.21 csys = 0.64 CPU) --Chris
On Fri Mar 17 10:27:50 2006, guest wrote: Show quoted text
> I see this during "make test" (while installing CPANPLUS 0.61 from > inside CPANPLUS 0.562 on Apple's Perl 5.8.6 on darwin 10.4.5):
[....] Show quoted text
> t/03_functions....Use of uninitialized value in numeric eq (==) at > t/03_functions.t line 54.
Thanks for reporting, this (harmless) warning has been removed with change 12443.