Skip Menu |

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

Report information
The Basics
Id: 54557
Status: resolved
Priority: 0/
Queue: Log-Simple-Color

People
Owner: KEEDI [...] cpan.org
Requestors: d.m.berry [...] verizon.net
Cc:
AdminCc:

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



Subject: "make test" fails version check
Module: Log-Simple-Color version 0.0.2 Perl: 5.10.0 OS: Linux 2.6.31.12 (Fedora 12) x86_64 The failing test is in the file t/10.logging.t: fails: is( $log->VERSION, '0.0.1', 'version check' ); passes: is( $log->VERSION, '0.0.2', 'version check' );
On Fri Feb 12 13:13:56 2010, duaneB wrote: Show quoted text
> Module: Log-Simple-Color version 0.0.2 > Perl: 5.10.0 > OS: Linux 2.6.31.12 (Fedora 12) x86_64 > > The failing test is in the file t/10.logging.t: > > fails: > is( $log->VERSION, '0.0.1', 'version check' ); > > passes: > is( $log->VERSION, '0.0.2', 'version check' ); >
Sorry for late response and thanks. I fixed typo and uploaded it. :)