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' );