in reply to Re^3: perlbrew/cpanm on 64 bit Ubuntu
in thread perlbrew/cpanm on 64 bit Ubuntu

cpanm XML::LibXML --configure-args 'INC="-I/usr/include/x86_64-linux-g +nu" LIBS="-L/usr/lib/x86_64-linux-gnu -lxml2 -lz -lm" '
tells cpanm to pass those parameters to perl Makefile.PL of XML::LibXML but not to its prereqs.