in reply to XML::Grove install problem

Do you really need to use XML::Grove? It was one of the first XML::Parser-based module released, but it hasn't been updated this millenium (version 0.46alpha is dated 09 Sep 1999). That might also explain why it fails the tests on a recent perl.

XML::LibXML (based on libxml2), or (shameless plug!) XML::Twig (based on XML::Parser and thus expat) are both well-maintained, and would be better choices these days.

Replies are listed 'Best First'.
Re^2: XML::Grove install problem
by rimmern (Acolyte) on Jun 09, 2006 at 17:30 UTC
    Well I am trying to install Net::DBus which needs XML::Grove (I believe).

    Is there an alternative to Net::DBus ?