On Fri, 14 Nov 2003, David Wheeler wrote:

> $ perl -MXML::SAX -le 'print XML::SAX->VERSION'
> 0.12

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.

-sam

Reply via email to