How to install XML::Parser without expat-devel?
问题 XML::Parser fails to build on a quite fresh 64-bit Debian box. After issuing cpan XML::Parser , cpan fails with lots of errors about Expat.c and Expat.xs: [...] Expat.xs:2182: error: ‘CallbackVector’ has no member named ‘skip_until’ Expat.c: In function ‘XS_XML__Parser__Expat_Do_External_Parse’: Expat.c:2904: error: ‘XML_Parser’ undeclared (first use in this function) Expat.c:2904: error: expected ‘;’ before ‘parser’ Expat.xs:2194: error: ‘parser’ undeclared (first use in this function) make