|
From: Mike S. <m...@pe...> - 2006-01-27 21:51:53
|
On Fri, 27 Jan 2006, Ford, Andy wrote:
> Posted this in the CPAN bug tracking system, then I discovered this
> list. oOps.
Actually, either way of reporting bugs is fine.
> Subject: test failures: t/020Easy.t, t/024WarnDieCarp.t, & t/051Extra.t
>
> This is perl, v5.6.1 built for PA-RISC2.0
> HP-UX hqmnntu1 B.11.00 A 9000/800 891950666
>
> t/020Easy............ok 1/20
>
> # Failed test in t/020Easy.t at line 197.
> t/020Easy............NOK 20# '2006/01/24 09:37:13
> LOGCARP at t/020Easy.t line 196
> # LOGCARP at t/020Easy.t line 196
> # at t/020Easy.t line 193
> # '
> # doesn't match '(?-xism:LOGCARP.*020Easy.t line 193)'
> # Looks like you failed 1 test of 20.
> t/020Easy............dubious
This looks similar to something that got fixed in Log::Log4perl 1.0.
Are you using the latest from CPAN? Also, make sure it's not picking
up an old version from somewhere else, i.e.
perl -MLog::Log4perl -le 'print $Log::Log4perl::VERSION'
should print 1.02.
-- Mike
Mike Schilli
m...@pe...
|