           SPELL=xml-parser-expat
         VERSION=2.42_01
     SOURCE_HASH=sha512:cd351a9c3e857fc1e8e742924d10b83917da5ce5e3f1c7168a6447c0bd27b2a878f301e3bfa927eb4a977b71e93c7d7bd4536e7837000f7b45ce6a31ae7d9390
          SOURCE=XML-Parser-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/XML-Parser-$VERSION"
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/T/TO/TODDR/$SOURCE
         LICENSE=ART
        WEB_SITE=http://search.cpan.org/~toddr/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
