¿Cómo instalar XML :: Parser sin expat-devel?

XML :: Parser no puede construir en una caja Debian de 64 bits bastante nueva. Después de emitircpan XML::Parser, cpan falla con muchos errores sobre Expat.c y 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[1]: *** [Expat.o] Error 1
make[1]: Leaving directory `/root/.cpan/build/XML-Parser-2.41-rpV6ok/Expat'
make: *** [subdirs] Error 2
  TODDR/XML-Parser-2.41.tar.gz
  /usr/bin/make -- NOT OK
Running make test
  Can't test without successful make
Running make install
  Make had returned bad status, install seems impossible

Message al comienzo de la salida explica que expat-devel es necesario para construir.

Expat debe instalarse antes de crear XML :: Parser y no puedo encontrarlo en los directorios de la biblioteca estándar. Instale el paquete 'expat-devel' con su administrador de paquetes del sistema operativo. Ver 'README'.

Pero expat-devel no está en el repositorio de Debian.

Es posible superar esto sin necesidad de construir / instalar expatriados desde la fuente?

Respuestas a la pregunta(12)

Su respuesta a la pregunta