aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Pod-POM/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Pod-POM/README')
-rw-r--r--perl/perl-Pod-POM/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/perl/perl-Pod-POM/README b/perl/perl-Pod-POM/README
new file mode 100644
index 0000000000..b41a2515cf
--- /dev/null
+++ b/perl/perl-Pod-POM/README
@@ -0,0 +1,11 @@
+Pod::POM - POD Object Model
+
+This module implements a parser to convert Pod documents into a simple
+object model form known hereafter as the Pod Object Model (POM). The
+object model is generated as a hierarchical tree of nodes, each of
+which represents a different element of the original document. The
+tree can be walked manually and the nodes examined, printed or
+otherwise manipulated. 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.
+The Template Toolkit Pod plugin interfaces to this module.