           SPELL=xml-parser-expat
          SPELLX=XML-Parser
         VERSION=2.44_01
          SOURCE=${SPELLX}-${VERSION}.tar.gz
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TO/TODDR/${SOURCE}
     SOURCE_HASH=sha512:11c873ed64d0128e23a00592c266facba1788b2845fed83fd27590c11553f80993c28cf7784b26b36687ce2981407de067b23a321363e96801baf2c2bd738bc6
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
         LICENSE=ART
        WEB_SITE=https://search.cpan.org/~dist/XML-Parser/
         ENTERED=20020314
        KEYWORDS="parser perl xml"
           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 document. 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
