i just tried to install kwiki on fedora core 3 with:
# perl -MCPAN -e 'install Kwiki'
and after much output, got:
BEGIN failed--compilation aborted at lib/Kwiki.pm line 4.
Compilation failed in require at t/formatter3.t line 5.
BEGIN failed--compilation aborted at t/formatter3.t line 5.
# Looks like your test died before it could output anything.
t/formatter3....dubious
Test returned status 2 (wstat 512, 0x200)
FAILED--4 test scripts could be run, alas--no output ever seen
make: *** [test_dynamic] Error 2
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
am i missing something obvious?
rday