On Thu, 22 Apr 2004 [EMAIL PROTECTED] wrote:
> t/02yaml........# No tests run!
This usually means you have a broken XML::SAX installation. Run this
to see a list of available XML::SAX parsers:
perl -MXML::SAX -e 'print "$_->{Name}\n" for @{XML::SAX->parsers||[]};'
Here's what I get:
XML::LibXML::SAX::Parser
XML::LibXML::SAX
XML::SAX::PurePerl
XML::SAX::Expat
XML::SAX::ExpatXS
If you got nothing then you've definitely got a broken XML::SAX
installation since XML::SAX::PurePerl comes with XML::SAX.
Another possibility is that you have a broken XML::Filter::BufferText
install. I'm not sure how it's possible for that to not affect the
other tests as well, but another reporter said that after he
reinstalled XML::Filter::BufferText and Tree::DAG_Node this error went
away.
-sam