On Thu, 22 Apr 2004, David Wheeler wrote:

> $ perl -MXML::SAX -e 'print "$_->{Name}\n" for
> @{XML::SAX->parsers||[]};'
> could not find ParserDetails.ini in
> /usr/local/lib/perl5/site_perl/5.8.0/XML/SAX

Yeah, that's a broken XML::SAX install alright.  The easiest way to
fix it is probably to reinstall XML::SAX and your favorite XML::SAX
parser (XML::SAX::Expat, XML::LibXML::SAX, etc.).

I should fix my Makefile.PL to detect this and refuse to build against
a broken XML::SAX install.

-sam

Reply via email to