On Fri, 25 Jul 2003, Dave Rolsky wrote:

> On Fri, 25 Jul 2003, Joshua Hoblitt wrote:
>
> > I've reinstalled just about everything applicable from CPAN.  I wonder
> > if it's a problem with some c library in the dep. chain.
>
> Note that XML::Simple uses XML::SAX, which in turn picks one of
> XML::Expat, XML::SAX::PurePerl, or XML::LibXML to do parsing.  Most likely
> whichever one it's picking is broken.  Try forcing it to use a different
> one.

use XML::SAX;
XML::SAX->add_parser( q( XML::SAX::PurePerl ) );

Fixes it.  Maybe I should add a comment about this?

-J

--

Reply via email to