           SPELL=xml-parser-expat
         VERSION=2.36
          SOURCE=XML-Parser-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/XML-Parser-$VERSION
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/M/MS/MSERGEANT/$SOURCE
     SOURCE_HASH=sha512:aadc1d5dcfddf7ad79f5cf05a9b8368d78418cea70b6550011d3ce099ab4eb8333b03ab478eb0faae361b27718e9c4e46f6eca16f68241f2a5c6096af6564110
         LICENSE=ART
        WEB_SITE=http://search.cpan.org/~msergeant/XML-Parser/
         ENTERED=20020314
        KEYWORDS="parser perl"
           SHORT="Flexible fast parser with plug-in styles"
cat << EOF
This module provides ways to parse XML documents. It is
built on top of the XML::Parser::Expat manpage, which is a
lower level interface to James Clark's expat library. Each
call to one of the parsing methods creates a new instance
of XML::Parser::Expat which is then used to parse the doc
ument.  Expat options may be provided when the XML::Parser
object is created.  These options are then passed on to
the Expat object on each parse call.  They can also be
given as extra arguments to the parse methods, in which
case they override options given at XML::Parser creation
time.
EOF
