http://www.perlmonks.org?node_id=347307


in reply to could not find ParserDetails.ini

I have had several problems with this also.. I googled for "could not find ParserDetails.ini" and came up with several links.

Try this link, or check how to ignore the warnings at aspn.

Unfortunately I can't remember how I fixed this..

HTH

Update: my ParserDetails.ini file looks like the following..

[XML::SAX::PurePerl] http://xml.org/sax/features/namespaces = 1 [XML::LibXML::SAX::Parser] http://xml.org/sax/features/namespaces = 1 [XML::LibXML::SAX] http://xml.org/sax/features/namespaces = 1
if I remember correctly I just created the file in the C:\Perl\site\lib\XML\SAX dir.
-----
Of all the things I've lost in my life, its my mind I miss the most.

Replies are listed 'Best First'.
Re^2: could not find ParserDetails.ini
by gunnalag (Initiate) on Jan 14, 2011 at 15:15 UTC
    Well, I just fixed it by re-installing XML-SAX module.