On Tue, 07 Dec 2004, Robert P. J. Day wrote: > i just tried to install kwiki on fedora core 3 with:
> # perl -MCPAN -e 'install Kwiki' I just tried installing on FC3 with CPANPLUS, but didn't get your error: > t/formatter3....dubious > Test returned status 2 (wstat 512, 0x200) Instead I got an error with IO::All with the t/synopsis2.t test. not ok 3 # Failed test (t/synopsis2.t at line 14) # # got: 't/mydir/file3 - file3 is whee # # ' # # expected: 't/mydir/file2 - file2 is woohoo # # ' # not ok 4 # # Failed test (t/synopsis2.t at line 14) # # got: 't/mydir/file2 - file2 is woohoo # # ' # # expected: 't/mydir/file3 - file3 is whee The files are being found in the wrong order. My guess is that $dir->next is not returning them in sorted order. After I forced the install of IO::All, Kwiki then installed without problem. -- Greg Matheson, Taiwan
