On Jan 29, 2008 2:56 PM, bob walker <[EMAIL PROTECTED]> wrote:

> t/02yaml..........# No tests run!
>  Dubious, test returned 255 (wstat 65280, 0xff00)
>  No subtests run


Looks like you don't have any XML::SAX parsers installed.  You should at
least have XML::SAX::PurePerl, since it comes with XML::SAX.  To confirm:

   perl -MXML::SAX -MData::Dumper -le 'print Dumper([XML::SAX->parsers])'

If that's empty then try installing a SAX XML parser.

-sam

Reply via email to