Can you give me a:
make test TEST_VERBOSE=1 TEST_FILES=t/02yaml.t
Someone else reported a similar problem and the output looked like what you'd get if you didn't have XML::SAX properly installed. Maybe that's not all there is to it though...
$ perl -MXML::SAX -le 'print XML::SAX->VERSION'
0.12
$ make test TEST_VERBOSE=1 TEST_FILES=t/02yaml.t
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/02yaml.t
t/02yaml....# No tests run!
dubious
Test returned status 255 (wstat 65280, 0xff00)
FAILED--1 test script could be run, alas--no output ever seen
make: *** [test_dynamic] Error 2
-- David Wheeler AIM: dwTheory [EMAIL PROTECTED] ICQ: 15726394 http://www.kineticode.com/ Yahoo!: dew7e Jabber: [EMAIL PROTECTED] Kineticode. Setting knowledge in motion.[sm]
