           SPELL=pod-parser
         VERSION=1.63
          SOURCE="Pod-Parser-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://cpan.metacpan.org/authors/id/M/MA/MAREKR/${SOURCE}
     SOURCE_HASH=sha512:55f5741bb906701705f489b2314d3f11cd6d63ca5b64a60fdbda7eed0388945f2e68262735c7cc33b7089794630393049e619f9900e85c71bf9223243bc0984a
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Pod-Parser-${VERSION}"
        WEB_SITE="https://metacpan.org/pod/Pod::Parser"
      LICENSE[0]=Artistic
         ENTERED=20200810
           SHORT="base class for creating POD filters and translators"
cat << EOF
Pod::Parser is a base class for creating POD filters and translators. It
handles most of the effort involved with parsing the POD sections from an
input stream, leaving subclasses free to be concerned only with performing
the actual translation of text.

Pod::Parser parses PODs, and makes method calls to handle the various
components of the POD. Subclasses of Pod::Parser override these methods to
translate the POD into whatever output format they desire.
EOF
