1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: libpod-pom-perl
Section: perl
Priority: optional
Maintainer: Taku YASUI <tach@debian.or.jp>
Build-Depends-Indep: debhelper (>> 3.0.0)
Standards-Version: 3.6.1
Package: libpod-pom-perl
Architecture: all
Depends: ${perl:Depends}
Description: Perl module of POD Object Model
Pod::POM implements a parser to convert Pod documents into a simple
object model called Pod Object Model. 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.
|