	BUILD_API=2
           SPELL=pod-pom
         VERSION=0.15
          SOURCE=Pod-POM-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Pod-POM-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/authors/id/A/AB/ABW/$SOURCE
     SOURCE_HASH=sha512:0167a4e8de207939d6be10f655da5e0c8dbc64f2fa7a7f5bed7a03b7fd60bd8866e42850c7795523481342665a5e78c2782a3437d3f4f13d5854520b3138e5ae
         LICENSE=ART
        WEB_SITE=http://search.cpan.org/search?dist=Pod-POM
         ENTERED=20020731
  KEYWORDS="perl"
           SHORT="POD Object Model"
cat << EOF

This module implements a parser to convert Pod documents into a simple
object model form known hereafter as the Pod Object Model.  The object
model is generated as a hierarchical tree of nodes, each of which rep-
resents a different element of the original document.  The tree can be
walked manually and the nodes examined, printed or otherwise manipu-
lated.  In addition, Pod::POM supports and provides view objects which
can automatically traverse the tree, or section thereof, and generate
an output representation in one form or another.

EOF
