File: control

package info (click to toggle)
libpod-pom-perl 0.17-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 232 kB
  • ctags: 142
  • sloc: perl: 1,880; makefile: 50
file content (20 lines) | stat: -rw-r--r-- 806 bytes parent folder | download
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.