This is probably blindingly obvious to some, but a life-saver to
others. The easiest way to build XML::Parser on Panther is to use the
expat that came with the X11 distro.
This did it for me:
perl Makefile.PL EXPATLIBPATH=/usr/X11R6/lib
EXPATINCPATH=/usr/X11R6/include
Nat
