Looks alright. How about:
perl -MData::Dumper -MXML::SAX -e 'print Dumper(XML::SAX->parsers)'
Could be you have no parsers installed. That would run no tests, I think. Maybe I should stick in an ok(1) just so Test::Harness doesn't choke if the test script couldn't find any parsers to use for the tests.
You should use plan skip_all if you're not going to run any tests.
$ perl -MData::Dumper -MXML::SAX -e 'print Dumper(XML::SAX->parsers)'
could not find ParserDetails.ini in /usr/local/lib/perl5/site_perl/5.8.0/XML/SAX
$VAR1 = [];
Regards,
David
-- David Wheeler AIM: dwTheory [EMAIL PROTECTED] ICQ: 15726394 http://www.kineticode.com/ Yahoo!: dew7e Jabber: [EMAIL PROTECTED] Kineticode. Setting knowledge in motion.[sm]
