The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
This module is a minimalist parser for the useful bits of XML.  It has
no dependencies other than those supplied with perl, and is designed
to work on perl 5.004 and higher.  

To install, do the usual dance:

    perl Makefile.PL
    make
    make test
    make install