DESCR 537 B

12345678910
  1. This module implements a parser to convert Pod documents into a
  2. simple object model form known hereafter as the Pod Object Model.
  3. The object model is generated as a hierarchical tree of nodes, each
  4. of which represents a different element of the original document.
  5. The tree can be walked manually and the nodes examined, printed or
  6. otherwise manipulated. In addition, Pod::POM supports and provides
  7. view objects which can automatically traverse the tree, or section
  8. thereof, and generate an output representation in one form or
  9. another.