Skip Menu |

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

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

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

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



Subject: Stop uninitialized warnings when tests are run
Apply this patch to 03_functions.t: 54c54 < cmp_ok( $Class->stack, '==', 0, --- Show quoted text
> cmp_ok( $Class->stack || 0, '==', 0,
73c73 < cmp_ok( $Class->stack, '==', 0, --- Show quoted text
> cmp_ok( $Class->stack || 0, '==', 0,
On Tue May 22 22:13:31 2007, RSAVAGE wrote: Show quoted text
> Apply this patch to 03_functions.t:
Thanks, applied & released as 0.02 -- Jos